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
christos
On Sep 4, 2023, at 3:02 PM, Palle Lyckegaard <palle%lyckegaard.dk@localhost> wrote:
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 -aSunOS instance-20230726-2011 5.11 11.4.42.111.0 i86pc i386 i86pc kvmopc@instance-20230726-2011:~/git/netbsd_src/distrib/sets$ ~/data/netbsd/build/sparc64/tooldir/bin/nbmake-sparc64 -B -f mkvars.mk makeverboseecho 4+ echo 44
|