| Age | Commit message (Expand) | Author |
| 2002-01-01 | If HAVE_GCC3 is set, force MKLINT to "no", since GCC 3.x's C pre-processor | thorpej |
| 2002-01-01 | Per a suggestion from matthew green, PROG_CXX takes the place of | thorpej |
| 2002-01-01 | Don't set NOPROFILE for x86-64. | thorpej |
| 2002-01-01 | Document PROG_CXX and HAVE_GCC3. | thorpej |
| 2002-01-01 | * If PROG_CXX is set by the program's Makefile, use ${CXX} to link | thorpej |
| 2001-12-31 | Document MKBFD, MKGDB, MKGCC. | thorpej |
| 2001-12-31 | * Remove -Wno-format -fno-builtin from CFLAGS in the x86-64 case. | thorpej |
| 2001-12-28 | Don't put CPP flags in CFLAGS. | thorpej |
| 2001-12-28 | Add -ffreestanding to CFLAGS. | thorpej |
| 2001-12-28 | x86_64 doesn't use the "new toolchain" but it doesn't really use the | thorpej |
| 2001-12-28 | cosmetic tweak on an older comment | lukem |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-24 | ELF!! | minoura |
| 2001-12-22 | convert luna68k to ELF. ok'd by nisimura. | chs |
| 2001-12-20 | Switch alpha to the new toolchain. | thorpej |
| 2001-12-19 | Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need | tv |
| 2001-12-17 | Always depend on ${MANPAGES}, so deliberately pre-generated files are | tv |
| 2001-12-16 | Switch all OBJECT_FMT=elf m68k ports to new-toolchain. | scw |
| 2001-12-15 | Err, after consulting FSF's config.sub, shl -> shle. | thorpej |
| 2001-12-15 | MACHINE_GNU_ARCH for sh3el is "shl". sh3eb and sh3el ELF targets | thorpej |
| 2001-12-14 | install bsd.hostlib.mk, since bsd.hostprog.mk is and things in /usr/src/tools... | explorer |
| 2001-12-12 | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). | lukem |
| 2001-12-12 | Per suggestion from Todd: | thorpej |
| 2001-12-12 | Revert rev. 1.228. If USE_NEW_TOOLCHAIN is set to "yes" explicitly by the | tv |
| 2001-12-12 | Revert previous. This breaks many things, since such variables as LD and AS | tv |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-12 | Set the following vars with FOO?= so that alternative versions | thorpej |
| 2001-12-11 | Major readability cleanups. | tv |
| 2001-12-07 | Add pwd_mkdb as a toolchain bit for builds | jmc |
| 2001-12-04 | If USE_NEW_TOOLCHAIN is defined and set to yes treat that as a match (and then | jmc |
| 2001-11-29 | Ah, don't actually need MAKEWHATIS here. | thorpej |
| 2001-11-29 | Provide ${MAKEWHATIS}. | thorpej |
| 2001-11-29 | Remove spurious '.' in line 42, as reported by Naoto Shimazaki on | wiz |
| 2001-11-28 | There's no need for TMACDIR here after all. Anything using it is using it for | jmc |
| 2001-11-28 | Fix the :U's used with ${UPDATE} so that stray values don't get put into | tv |
| 2001-11-28 | Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you | tv |
| 2001-11-28 | Make sure the tools built roff tools are first in the path before calling groff | jmc |
| 2001-11-28 | Separate out TMACDIR's use for install's from it's dependency function. | jmc |
| 2001-11-28 | Add <bsd.hostlib.mk>, for use when building a host-specific library | tv |
| 2001-11-28 | If DESTDIR is set, do a similar nostdinc dance for the standard C++ include | tv |
| 2001-11-27 | If using MAKEOBJDIRPREFIX use the same checks as the symlink logic does below. | jmc |
| 2001-11-27 | Ok, take 2 on redoing KERNOBJDIR logic. | jmc |
| 2001-11-27 | Back out last. Typo'd some things I need to test again | jmc |
| 2001-11-27 | Change logic around for kernel objdir handling. | jmc |
| 2001-11-26 | Revert check for NOGCCERROR back to a .if \!defined as the :U check will break | jmc |
| 2001-11-25 | Back out last change until some more testing is done. Should account for folks | jmc |
| 2001-11-25 | Before checking the value from PRINTOBJDIR force a make obj at $_SRC_TOP_. | jmc |
| 2001-11-24 | 1) Use the -r flag for INSTALL_SYMLINK and INSTALL_LINK, just like | perry |
| 2001-11-24 | Now that install has been fixed to deal with -r in the symlink case, | perry |
| 2001-11-20 | :U can't be used to test for existence, as the variable may contain an | tv |