Home | History | Annotate | Download | only in tools
History log of /src/tools/Makefile.gmakehost
RevisionDateAuthorComments
 1.7  20-Jan-2012  christos Merge the two Makefiles that were mostly copies of each others.
The reason to do this was to add support for cleaning up the config.cache
files when the build environment (as determined by uname -srm) changes.
 1.6  25-Nov-2009  uebayasi branches: 1.6.6;
Actually use timestamp file's timestamps so that things rebuild correctly.
 1.5  19-Oct-2008  apb Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
 1.4  07-Jul-2008  apb Verify that MAKEFLAGS contains "-j" before trying to manipulate it
with :C///.
 1.3  07-Jul-2008  mrg pass the "-j" flag down to gmake. you can force -j option to
gmake by setting GMAKE_J_ARGS=-jN.


discussed with matt@ and a few others.

XXX: this is kind of hacky, as it will fork off more processes than
XXX: "-jN" says to, but there's no real way to get parallelism in
XXX: both the tools/gcc build and the rest of the build without
XXX: this.
 1.2  12-May-2006  mrg branches: 1.2.20;
put MAKE_ARGS in the gmake command line.
 1.1  11-May-2006  mrg initial wrapper for gmake-requiring tools. probably does not yet
work on all currently supported netbsd build hosts.

XXX current issues:
XXX - calls /usr/bin/env -i directly, mostly to wipe-out MAKEFLAGS
XXX from the environment (usually set by the buildwrapper to
XXX "-de -m <path-to>/share/mk"
 1.2.20.1  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.6.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed