NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/53561: Build log contains gmake debug output
The following reply was made to PR misc/53561; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Andreas Gustafsson <gson%gson.org@localhost>
Cc: gnats-bugs%netbsd.org@localhost, matthew green <mrg%eterna.com.au@localhost>
Subject: Re: misc/53561: Build log contains gmake debug output
Date: Wed, 13 Nov 2019 20:46:44 +0100
On Wed, Nov 13, 2019 at 09:13:51PM +0200, Andreas Gustafsson wrote:
> > -BUILD_COMMAND= /usr/bin/env -i ${BUILD_ENV} ${MAKE_ARGS} ${TOOL_GMAKE} ${GMAKE_J_ARGS} -e ${MAKE_ARGS}
> > +BUILD_COMMAND= echo "MAKEFLAGS: ${MAKEFLAGS}; echo "GMAKE_J_ARGS: ${GMAKE_J_ARGS}; /usr/bin/env -i ${BUILD_ENV} ${MAKE_ARGS} ${TOOL_GMAKE} ${GMAKE_J_ARGS} -e ${MAKE_ARGS}
>
> The grep output had lines too long to safely email, so it's now at
>
> http://www.gson.org/netbsd/bugs/53561/makeflags.txt
So GMAKE_J_ARGS is just "-j 12" and MAKEFLAGS includes -d (as expected).
Since we drop (at least that is the idea) MAKEFLAGS before running gmake,
this is stil ... mysterious.
Martin
Home |
Main Index |
Thread Index |
Old Index