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: Wed, 6 Sep 2023 17:30:04 -0400
--Apple-Mail=_97CCBBC0-E9D5-44DB-9C5B-4D9E3F34D396
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=us-ascii
But the patch also changes the MAKEVERBOSE setting from being in the =
environment to being in the make command line,
and that will not work I think.
> -MKVARS=3D"$( MAKEVERBOSE=3D ${MAKE} -B -f ${rundir}/mkvars.mk mkvars =
| ${SED}
> -e 's,=3D.*,,' | ${XARGS} )"
> +MKVARS=3D"$( ${MAKE} -B -f ${rundir}/mkvars.mk MAKEVERBOSE=3D0 mkvars =
|
> ${SED} -e 's,=3D.*,,' | ${XARGS} )"
What happens if you run:
MKVARS=3D"$( MAKEVERBOSE=3D0 ${MAKE} -B -f ${rundir}/mkvars.mk mkvars | =
${SED} -e 's,=3D.*,,' | ${XARGS} )"
echo "sets.subr contains: " $MKVARS
christos
--Apple-Mail=_97CCBBC0-E9D5-44DB-9C5B-4D9E3F34D396
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+BJlbqPkO0MDBdsRxESqxbLM7OgUCZPjvXAAKCRBxESqxbLM7
OiAuAKC6bSmU57awvnVd8Hftwyjxf3VKxACeNiJSPMqFkkF04vGVLVcWF7y6d/M=
=1Qkl
-----END PGP SIGNATURE-----
--Apple-Mail=_97CCBBC0-E9D5-44DB-9C5B-4D9E3F34D396--
Home |
Main Index |
Thread Index |
Old Index