aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Previous revision didn't fix all cases. For example,Ruslan Ermilov2004-12-161-2/+3
* Unbreak the MAKEOBJDIRPREFIX variable check by avoiding bugs in make(1).Marcel Moolenaar2004-12-131-2/+1
* Fix builds with a read-only directory and a make upgrade. This is doneHartmut Brandt2004-12-071-0/+1
* Convert tools/lib32/build.sh into world connectable hooks. This stillPeter Wemm2004-11-061-1/+2
* Fixed MAKEOBJDIRPREFIX variable type check in case the env(1)Ruslan Ermilov2004-10-181-1/+2
* My take at improving the universe: allow the worlds to beRuslan Ermilov2004-08-181-11/+16
* Moved the MAKEOBJDIRPREFIX check from Makefile.inc1 to Makefile,Ruslan Ermilov2004-08-181-0/+6
* Make make recurse into sub-directories and sub-makes when givenHartmut Brandt2004-08-091-7/+7
* The doc team reworked the section of the handbook describing how toKen Smith2004-07-231-1/+1
* Rename a preposterously long name with one that might look a bitMark Murray2004-07-181-2/+6
* Add an "out" to the now required BS of defining DESTDIR.David E. O'Brien2004-07-181-1/+1
* Properly terminate a quoted string in the previous commit. OddlyMarcel Moolenaar2004-07-171-1/+1
* As per discussions on current@, protect unsuspecting users fromMarcel Moolenaar2004-07-161-2/+16
* Add a JFLAG which can be used to speed up universe:Poul-Henning Kamp2004-07-091-3/+3
* Add a kernel-toolchain target which only builds the bits required to buildDag-Erling Smørgrav2004-04-131-1/+1
* Added the `toolchain' top-level target, which builds enough ofRuslan Ermilov2004-03-241-1/+1
* Protect shell expansions.Ruslan Ermilov2004-03-021-0/+4
* Add amd64 to universe.Johan Karlsson2004-02-291-1/+1
* Change the 'realclean' target name to be 'cleanworld', to match otherGarance A Drosehn2004-02-201-2/+2
* Improvements on the 'make realclean' target. Some are style improvements,Garance A Drosehn2004-02-191-13/+28
* Add a 'realclean' target, which simply and quickly removes everythingGarance A Drosehn2004-02-161-0/+15
* Put on some factor 30+ bikeshed repellent and export the internalPeter Wemm2003-12-091-1/+7
* Don't allow the 'make' target (which rebuilds make for bootstrapping)Kris Kennaway2003-11-071-1/+1
* Retired the "most" and "installmost" targets -- they justRuslan Ermilov2003-10-041-4/+2
* Cosmetics: folded BITGTS into TGTS.Ruslan Ermilov2003-08-301-2/+3
* Limit testing for an up-to-date version of make(1) to the world andMarcel Moolenaar2003-08-281-1/+14
* - Don't print "elf" before printing "make world" (aout support has beenRuslan Ermilov2003-08-061-3/+5
* The `mk' target is long dead.Ruslan Ermilov2003-07-201-1/+1
* Use an up-to-date make binary in the upgrade_checks target ifRuslan Ermilov2003-07-191-1/+1
* Don't hardcore PATH into BINMAKE; the latter should only beRuslan Ermilov2003-07-041-2/+2
* Fixed style bugs related to parentheses in Makefile.inc1.Ruslan Ermilov2003-07-041-2/+3
* Do the upgrade checks quietly.Ruslan Ermilov2003-06-221-2/+2
* Allow installkernel.debug and reinstallkernel.debug.Hidetoshi Shimokawa2003-06-221-2/+7
* Kill upgrade target docs. It too is stale.Warner Losh2003-04-031-1/+0
* Kill aout to elf upgrade path. From an old comment in the makefile:Warner Losh2003-04-031-46/+0
* Don't make buildworld and buildkernel in parallel.Ruslan Ermilov2003-02-271-0/+1
* Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.Ruslan Ermilov2003-02-191-1/+1
* Fixed universe.Ruslan Ermilov2003-02-191-34/+30
* Fix make universe's kernel builds on pc98: We need to pass both ARCHPoul-Henning Kamp2003-02-181-7/+7
* Part 3/3 of unbreaking cross releases:Ruslan Ermilov2003-01-291-12/+16
* Minor typo fixes and whitespace cleanups.Jens Schweikhardt2002-12-301-4/+3
* Build kernels for pc98 just like the other platforms. Also, removeWarner Losh2002-12-141-1/+10
* Minor, cosmetic change to buildworld output to make it reflectBruce A. Mah2002-12-031-1/+1
* If /usr/bin/make fails to pass the regression tests, it might notRuslan Ermilov2002-12-021-7/+20
* Moved make(1) regression tests from src/Makefile to where theyRuslan Ermilov2002-11-281-28/+4
* PC98 is not a true architecture, but a subarchitecture of i386, so we needPoul-Henning Kamp2002-10-021-1/+4
* Add pc98 to universe target.Poul-Henning Kamp2002-10-011-3/+3
* Add "make universe" target which:Poul-Henning Kamp2002-09-261-0/+38