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



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