NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/57584: Running build.sh with -N 3 or -N 4 causes debug logging to be included in the MKVARS shell variable in distrib/sets/sets.subr
The following reply was made to PR toolchain/57584; it has been noted by GNATS.
From: Palle Lyckegaard <palle%lyckegaard.dk@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, toolchain-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/57584: Running build.sh with -N 3 or -N 4 causes debug
logging to be included in the MKVARS shell variable in
distrib/sets/sets.subr
Date: Tue, 5 Sep 2023 18:50:27 +0000 (UTC)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
--0-830588646-1693939417=:24601
Content-Type: text/plain; CHARSET=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8BIT
Content-ID: <22d2381a-a731-14dc-175c-78d42379af4a%lyckegaard.dk@localhost>
On Mon, 4 Sep 2023, Christos Zoulas wrote:
>
> Ok how about:
> ~/git/netbsd_src/distrib/sets$ MAKEVERBOSE=0 ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B -f mkvars.mk
> and
> ~/git/netbsd_src/distrib/sets$~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B MAKEVERBOSE=0 -f mkvars.mk
>
opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ MAKEVERBOSE=0 ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B -f mkvars.mk makeverbose
echo 4
+ echo 4
4
opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B MAKEVERBOSE=0 -f mkvars.mk makeverbose
0
opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B -f mkvars.mk MAKEVERBOSE=0 makeverbose
0
opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$
So mkvars.mk respects the assigment of MAKEVERBOSE properly in the last
two scenaarios so this is in sync with the documentation in make(1)
mkvars.mk is only referenced by sets.subr and I noticed that sets.subr is
sourced by quite a few of the shell-scripts in the distrib/sets directory.
I will continue down this path trying to figure out what the actual issue
is.
--0-830588646-1693939417=:24601--
Home |
Main Index |
Thread Index |
Old Index