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 current version in sets.subr contains:

[3:13pm] 226>grep mkvars.mk sets.subr
for x in $( MAKEVERBOSE= ${MAKE} -B -f ${rundir}/mkvars.mk mkvars ); do
MKVARS="$( MAKEVERBOSE= ${MAKE} -B -f ${rundir}/mkvars.mk mkvars | ${SED} -e 's,=.*,,' | ${XARGS} )"
#       make -f mkvars.mk mkvarsyesno
#       make -f mkvars.mk mkextravars

Doesn't that work for you? I made that change in 2017...:

revision 1.180
date: 2017-11-22 16:31:20 -0500;  author: christos;  state: Exp;  lines: +6 -6;  commitid: aVq742vybyN8T4gA;
Ignore MAKEVERBOSE for snippet makefiles.


christos

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index