aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Permit digits at the beginning and end of kernel config file names forBjoern A. Zeeb2008-12-271-1/+1
* Provide a 'tinderbox' target that compiles enough of FreeBSD thatAlfred Perlstein2008-12-011-7/+28
* Change the universe target to warn the user for every world or kernel thatDag-Erling Smørgrav2008-11-241-8/+14
* Back out rev. 1.352 (SVN rev 179842) as phk pointed out thatBjoern A. Zeeb2008-06-171-2/+2
* For make universe, in addition to make.conf, also ignore aBjoern A. Zeeb2008-06-171-2/+2
* Backout the change to remove sun4v.John Birrell2008-05-251-1/+1
* Remove sun4v from the list of arches in 'make universe'. There has beenJohn Birrell2008-05-251-1/+1
* Add a knob to allow just the kernels to be built during a 'make universe'.John Birrell2008-05-231-0/+2
* Mention -U and -ai arguments to mergemaster in a comment for theRobert Watson2008-04-291-1/+1
* Double up the necessary size of /usr/obj to 800MBPav Lucistnik2008-03-311-1/+1
* Add code that should catch the most common case when date/time isRuslan Ermilov2008-03-251-0/+4
* Add a note pointing to build(7) for more info.John Baldwin2008-01-301-0/+2
* We don't need to invent BSDMAKE. ${MAKE} is sufficient.Warner Losh2007-12-131-3/+2
* Don't assume that make(1) is a bsd-like make program. It might not be. ThisWarner Losh2007-12-111-3/+5
* Do not bail out for cleanworld target just becauseXin LI2007-10-181-2/+2
* Expose all of {check,delete}-old{,-dirs,-files,-libs}.Dag-Erling Smørgrav2007-05-161-5/+12
* Introduce a variable TARGETS that can be set on the make command lineMarcel Moolenaar2007-04-021-1/+3
* Add arm to universe.Ruslan Ermilov2006-11-281-1/+1
* Remove the NO_CTF option. It would have been required to supportJohn Birrell2006-11-211-1/+1
* When building an upgraded make, don't worry about processing it forJohn Birrell2006-11-011-1/+1
* Add sun4v to the 'universe'.John Birrell2006-10-161-1/+1
* In "make universe", utilize simplified cross-build synopsis,Ruslan Ermilov2006-09-081-21/+17
* Per weak consensus on this topic, remove suggestion to setWarner Losh2006-06-221-3/+0
* Note a short-cut in the build procedure.David E. O'Brien2006-06-211-0/+1
* Simply running ``make world'' will bomb unless you dig up theTom Rhodes2006-06-071-2/+3
* Create a new target 'buildenvvars'. This target reports the buildWarner Losh2006-06-061-3/+3
* Connect the kernel subsystem API documentation generation framework toAlexander Leidinger2006-05-261-4/+5
* Disconnect Alpha from 'make universe'.John Baldwin2006-05-111-1/+1
* Add the new "showconfig" target that displays build configuration.Ruslan Ermilov2006-03-181-1/+1
* Make ${SUBDIR_TARGETS} work at the uppermost level as well.Ruslan Ermilov2006-03-151-0/+1
* Do not discard the current value of __MAKE_CONF when testingYaroslav Tykhiy2006-03-011-2/+2
* Fix a bug in previous revision: skip LINT if it exists, not NOTESRuslan Ermilov2005-11-281-1/+1
* universe: don't attempt to compile DEFAULTS and don't compile LINT twice.Ruslan Ermilov2005-11-281-1/+2
* Add delete-old and delete-old-libs targets:Alexander Leidinger2005-07-231-12/+17
* - Embed the "buildkernels" target into the "universe" target so thatRuslan Ermilov2005-07-191-12/+11
* Make the `distrib-dirs' target official and working properlyRuslan Ermilov2005-07-151-1/+1
* Provide 32-bit runtime support on amd64 as a separate distribution, lib32.Ruslan Ermilov2005-06-161-1/+1
* Repo-copy tools/regression/usr.bin/make to tools/build/make_checkHartmut Brandt2005-03-021-1/+1
* Added the convenience "distribution" target which calls theRuslan Ermilov2005-02-271-1/+2
* Added the "buildenv" target, for developers only!Ruslan Ermilov2005-02-261-1/+1
* 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