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



What happens if you add a makeverbose target to the mkvars.mk makefile like:

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

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index