summaryrefslogtreecommitdiff
path: root/sys/modules/vmt/vmt.ioconf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/vmt/vmt.ioconf')
0 files changed, 0 insertions, 0 deletions
bsd/commit/tools/Makefile.gnuhost?id=2fbd40c4e08b558d070febc278434eb104bed352'>Put back @ on configure line. Was off for debugging and shouldn't have beenjmc 2005-02-11Make a BUILD_ENV that by defaults matches CONFIGURE_ENV and pass it along onjmc 2004-10-18Pass AR and RANLIB also.skrll 2004-06-21Ignore errors on some rm -rf's for platforms that aren't quitejmc 2004-06-20Add $MAKE to env also. From PR#25952jmc 2004-06-12MKUPDATE cannot possibly do the right thing with GNU wrapped tools installs asjmc 2004-02-27Backout recent changes made to gnu/lib/libgcc3 for a forced MKPIC=no build.skrll 2004-02-15Be more gcc like in the way we deal with libgcc so that sh3/hppa millicodeskrll 2003-10-26Use ${HOST_SH} instead of `sh'.lukem 2003-10-21Rework how MAKEVERBOSE operates:lukem 2003-10-18MAKEVERBOSE supportlukem 2003-10-10add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blowsdbj 2003-10-07set HOST_CFLAGS+= -no-cpp-precomp when configuring gnu software on Darwindbj 2003-07-18Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined.lukem 2003-03-14Put -X into MAKEFLAGS on FreeBSD and Mac OS X; they have a small ARG_MAX.thorpej 2003-02-07replace DIST with GNUHOSTDIST, and don't unconditionally define itlukem 2002-02-26Remove the "-j1" hack. This needs to be fixed better. For now, -j istv 2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv 2002-01-31Make sure LEX and YACC are properly defined (mainly for groff); also usetv 2002-01-03Remove stray diagnostic "echo".tv 2002-01-03* Honor BUILD on "make install" (will do "make all" first).tv 2001-12-13Avoid building and installing every time, so that we don't have toolchaintv 2001-12-02Make sure and run sh configure as it may not have execute permissions.jmc 2001-11-19replace instances of INSTALL_FILE with HOST_INSTALL_FILEperry 2001-11-16Workaround some make(1) braindamage wrt when it tries to "auto-chdir"tv 2001-11-14Recheck the GNU configuration if ${.CURDIR}/Makefile changes.tv 2001-11-14Use ${INSTALL_FILE:N-U}.tv 2001-11-13Change where the -j1 is set to disable parallelism. XXX This should nottv 2001-11-13Remove extraneous @echo from local changes.tv 2001-11-13Move around the MAKE_ARGS assignments to put the := as early as possible.tv 2001-11-13Make the wrapper work correctly for groff too, which uses a rather freakytv 2001-11-12Major overhaul of src/tools and host toolchain. Summary of changes:tv