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: Christos Zoulas <christos%zoulas.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: toolchain-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost,
 palle%lyckegaard.dk@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: Sun, 3 Sep 2023 13:28:52 -0400

 --Apple-Mail=_96E9E65F-BBB2-48D8-83F9-41678F8DC770
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 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
 
 
 --Apple-Mail=_96E9E65F-BBB2-48D8-83F9-41678F8DC770
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename=signature.asc
 Content-Type: application/pgp-signature;
 	name=signature.asc
 Content-Description: Message signed with OpenPGP
 
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - http://gpgtools.org
 
 iF0EARECAB0WIQS+BJlbqPkO0MDBdsRxESqxbLM7OgUCZPTCVAAKCRBxESqxbLM7
 OhcGAKC7oXeWaGcrulpMwYqmxgBOCTHaiACdH1OnIyskPGZdXeuF1fEZlvH8Mbs=
 =Y0UR
 -----END PGP SIGNATURE-----
 
 --Apple-Mail=_96E9E65F-BBB2-48D8-83F9-41678F8DC770--
 


Home | Main Index | Thread Index | Old Index