History log of /netbsd/tools/Makefile.gmakehost (Results 1 – 7 of 7)
Revision Date Author Comments
# 92488770 20-Jan-2012 christos <christos@NetBSD.org>

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

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.

show more ...


# d219709b 25-Nov-2009 uebayasi <uebayasi@NetBSD.org>

Actually use timestamp file's timestamps so that things rebuild correctly.


# 96230fab 19-Oct-2008 apb <apb@NetBSD.org>

Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.


# d9a401e5 07-Jul-2008 apb <apb@NetBSD.org>

Verify that MAKEFLAGS contains "-j" before trying to manipulate it
with :C///.


# cadcec42 07-Jul-2008 mrg <mrg@NetBSD.org>

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 proces

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.

show more ...


# c80d9016 12-May-2006 mrg <mrg@NetBSD.org>

put MAKE_ARGS in the gmake command line.


# 641014e8 11-May-2006 mrg <mrg@NetBSD.org>

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 MAK

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"

show more ...