| Age | Commit message (Expand) | Author |
| 2023-05-19 | Fix passing -j NNN to gmake | lukem |
| 2023-05-15 | tools: if MAKEVERBOSE >=2, noisy automake builds | lukem |
| 2021-08-29 | tools: in non-verbose mode, build the tools silently | rillig |
| 2020-06-13 | tools: configure --silent if MAKEVERBOSE == 0 | lukem |
| 2020-06-13 | tools: if MAKEVERBOSE < 2, quieten automake builds | lukem |
| 2018-10-22 | Adjust whitespace to look more like assignment than comparison. NFC | maya |
| 2018-10-21 | detect clang instead of bundling it with Darwin | christos |
| 2018-10-14 | Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain. | martin |
| 2018-04-17 | Remove hack previously needed to build gcc/arm with clang. | maya |
| 2018-04-17 | Use the __clang__ preprocessor symbol to check for clang, since --version | christos |
| 2018-04-15 | do the bracket nesting only for clang for now. | christos |
| 2018-04-13 | GCC build exceeds the macOS clang default bracket nesting level of 256. | snj |
| 2016-01-16 | look in gpl3 for stuff too (autoconf) | christos |
| 2016-01-13 | look in external first. | christos |
| 2013-08-13 | pass HOST_SH to the build, to keep it from picking up a "bash" | drochner |
| 2013-08-07 | Revert previous change to tools/Makefile.gnuhost. When getenv("M4") | apb |
| 2013-08-06 | Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGS | apb |
| 2012-06-19 | Don't use -print0/-0 in find | xargs, it is non-standard and not needed at all. | hans |
| 2012-04-18 | Replace not only space but also '(' and ')' on generating BUILD_PLATFORM | tsutsui |
| 2012-01-21 | remove dup target. | christos |
| 2012-01-20 | Merge the two Makefiles that were mostly copies of each others. | christos |
| 2011-11-21 | Pass M4=${TOOL_M4:Q} to CONFIGURE_ENV for tools/gmp. | tsutsui |
| 2009-11-25 | Actually use timestamp file's timestamps so that things rebuild correctly. | uebayasi |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2005-02-11 | Put back @ on configure line. Was off for debugging and shouldn't have been | jmc |
| 2005-02-11 | Make a BUILD_ENV that by defaults matches CONFIGURE_ENV and pass it along on | jmc |
| 2004-10-18 | Pass AR and RANLIB also. | skrll |
| 2004-06-21 | Ignore errors on some rm -rf's for platforms that aren't quite | jmc |
| 2004-06-20 | Add $MAKE to env also. From PR#25952 | jmc |
| 2004-06-12 | MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs as | jmc |
| 2004-02-27 | Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build. | skrll |
| 2004-02-15 | Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode | skrll |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-18 | MAKEVERBOSE support | lukem |
| 2003-10-10 | add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blows | dbj |
| 2003-10-07 | set HOST_CFLAGS+= -no-cpp-precomp when configuring gnu software on Darwin | dbj |
| 2003-07-18 | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. | lukem |
| 2003-03-14 | Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX. | thorpej |
| 2003-02-07 | replace DIST with GNUHOSTDIST, and don't unconditionally define it | lukem |
| 2002-02-26 | Remove the "-j1" hack. This needs to be fixed better. For now, -j is | tv |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Make sure LEX and YACC are properly defined (mainly for groff); also use | tv |
| 2002-01-03 | Remove stray diagnostic "echo". | tv |
| 2002-01-03 | * Honor BUILD on "make install" (will do "make all" first). | tv |
| 2001-12-13 | Avoid building and installing every time, so that we don't have toolchain | tv |
| 2001-12-02 | Make sure and run sh configure as it may not have execute permissions. | jmc |
| 2001-11-19 | replace instances of INSTALL_FILE with HOST_INSTALL_FILE | perry |
| 2001-11-16 | Workaround some make(1) braindamage wrt when it tries to "auto-chdir" | tv |
| 2001-11-14 | Recheck the GNU configuration if ${.CURDIR}/Makefile changes. | tv |