| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a kernel-toolchain target which only builds the bits required to build | des | 2004-04-13 | 1 | -1/+1 |
* | Added the `toolchain' top-level target, which builds enough of | ru | 2004-03-24 | 1 | -1/+1 |
* | Protect shell expansions. | ru | 2004-03-02 | 1 | -0/+4 |
* | Add amd64 to universe. | johan | 2004-02-29 | 1 | -1/+1 |
* | Change the 'realclean' target name to be 'cleanworld', to match other | gad | 2004-02-20 | 1 | -2/+2 |
* | Improvements on the 'make realclean' target. Some are style improvements, | gad | 2004-02-19 | 1 | -13/+28 |
* | Add a 'realclean' target, which simply and quickly removes everything | gad | 2004-02-16 | 1 | -0/+15 |
* | Put on some factor 30+ bikeshed repellent and export the internal | peter | 2003-12-09 | 1 | -1/+7 |
* | Don't allow the 'make' target (which rebuilds make for bootstrapping) | kris | 2003-11-07 | 1 | -1/+1 |
* | Retired the "most" and "installmost" targets -- they just | ru | 2003-10-04 | 1 | -4/+2 |
* | Cosmetics: folded BITGTS into TGTS. | ru | 2003-08-30 | 1 | -2/+3 |
* | Limit testing for an up-to-date version of make(1) to the world and | marcel | 2003-08-28 | 1 | -1/+14 |
* | - Don't print "elf" before printing "make world" (aout support has been | ru | 2003-08-06 | 1 | -3/+5 |
* | The `mk' target is long dead. | ru | 2003-07-20 | 1 | -1/+1 |
* | Use an up-to-date make binary in the upgrade_checks target if | ru | 2003-07-19 | 1 | -1/+1 |
* | Don't hardcore PATH into BINMAKE; the latter should only be | ru | 2003-07-04 | 1 | -2/+2 |
* | Fixed style bugs related to parentheses in Makefile.inc1. | ru | 2003-07-04 | 1 | -2/+3 |
* | Do the upgrade checks quietly. | ru | 2003-06-22 | 1 | -2/+2 |
* | Allow installkernel.debug and reinstallkernel.debug. | simokawa | 2003-06-22 | 1 | -2/+7 |
* | Kill upgrade target docs. It too is stale. | imp | 2003-04-03 | 1 | -1/+0 |
* | Kill aout to elf upgrade path. From an old comment in the makefile: | imp | 2003-04-03 | 1 | -46/+0 |
* | Don't make buildworld and buildkernel in parallel. | ru | 2003-02-27 | 1 | -0/+1 |
* | Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT. | ru | 2003-02-19 | 1 | -1/+1 |
* | Fixed universe. | ru | 2003-02-19 | 1 | -34/+30 |
* | Fix make universe's kernel builds on pc98: We need to pass both ARCH | phk | 2003-02-18 | 1 | -7/+7 |
* | Part 3/3 of unbreaking cross releases: | ru | 2003-01-29 | 1 | -12/+16 |
* | Minor typo fixes and whitespace cleanups. | schweikh | 2002-12-30 | 1 | -4/+3 |
* | Build kernels for pc98 just like the other platforms. Also, remove | imp | 2002-12-14 | 1 | -1/+10 |
* | Minor, cosmetic change to buildworld output to make it reflect | bmah | 2002-12-03 | 1 | -1/+1 |
* | If /usr/bin/make fails to pass the regression tests, it might not | ru | 2002-12-02 | 1 | -7/+20 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 1 | -28/+4 |
* | PC98 is not a true architecture, but a subarchitecture of i386, so we need | phk | 2002-10-02 | 1 | -1/+4 |
* | Add pc98 to universe target. | phk | 2002-10-01 | 1 | -3/+3 |
* | Add "make universe" target which: | phk | 2002-09-26 | 1 | -0/+38 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -12/+2 |
* | Deal with bootstrapping from an old -current (almost exactly a year old) | peter | 2002-08-31 | 1 | -1/+2 |
* | Indentation. | ru | 2002-07-20 | 1 | -7/+7 |
* | Upgrade make(1) if not passing the ``.if defined(notdef) && ${notdef:U}'' | ru | 2002-07-20 | 1 | -2/+8 |
* | correct syntax in last commit | dillon | 2002-06-24 | 1 | -1/+1 |
* | Document TARGET_ARCH | dillon | 2002-06-24 | 1 | -0/+5 |
* | Reimplement FILES support using bsd.files.mk with the | ru | 2002-06-03 | 1 | -1/+1 |
* | Line up the make world completed output. | obrien | 2002-05-30 | 1 | -1/+1 |
* | Forgot to commit this for the `includes' -> `buildincludes', | ru | 2002-05-24 | 1 | -2/+5 |
* | Added new bsd.incs.mk which handles installing of header files | ru | 2002-05-12 | 1 | -1/+1 |
* | Bring doc up-to-date with current buildworld/buildkernel practices. | jwd | 2002-05-08 | 1 | -11/+20 |
* | Added internal, non-recursive (SUBDIR) versions of the `all-man' | ru | 2002-05-07 | 1 | -1/+1 |
* | Milestone #2 in cross-arch make releases. They now work! | ru | 2002-04-30 | 1 | -2/+2 |
* | Parallel "make release" fixes. | ru | 2002-04-29 | 1 | -1/+13 |
* | Milestone #1 in cross-arch make releases. | ru | 2002-04-26 | 1 | -1/+1 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -1/+1 |