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: Mon, 4 Sep 2023 19:02:26 +0000 (UTC)

 On Sun, 3 Sep 2023, Christos Zoulas wrote:
 
 > Index: mkvars.mk
 > ===================================================================
 > RCS file: /cvsroot/src/distrib/sets/mkvars.mk,v
 > retrieving revision 1.42
 > diff -u -p -u -r1.42 mkvars.mk
 > --- mkvars.mk   3 Jun 2023 21:20:53 -0000       1.42
 > +++ mkvars.mk   3 Sep 2023 17:27:52 -0000
 > @@ -115,4 +115,7 @@ mksolaris: .PHONY
 >        @echo MKSOLARIS="no"
 > .endif
 >
 > +makeverbose: .PHONY
 > +       @echo ${MAKEVERBOSE}
 > +
 > .include <bsd.files.mk>
 >
 >
 > And then run that target instead of movers?
 >
 > christos
 
 
 opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ uname -a
 SunOS instance-20230726-2011 5.11 11.4.42.111.0 i86pc i386 i86pc kvm
 
 opc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ 
 ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B -f mkvars.mk makeverbose
 echo 4
 + echo 4
 4
 
 
 


Home | Main Index | Thread Index | Old Index