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="$( MAKEVERBOSE= ${MAKE} -B -f ${rundir}/mkvars.mk mkvars | ${SED}
> -e 's,=.*,,' | ${XARGS} )"
> +MKVARS="$( ${MAKE} -B -f ${rundir}/mkvars.mk MAKEVERBOSE=0 mkvars |
> ${SED} -e 's,=.*,,' | ${XARGS} )"
What happens if you run:
MKVARS="$( MAKEVERBOSE=0 ${MAKE} -B -f ${rundir}/mkvars.mk mkvars | ${SED} -e 's,=.*,,' | ${XARGS} )"
echo "sets.subr contains: " $MKVARS
christos
Attachment:
signature.asc
Description: Message signed with OpenPGP