aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* It's a bit odd, but "make update" in src/ can also update the ports/,Ruslan Ermilov2011-06-161-1/+1
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-141-3/+2
* Add the mipsn32eb TARGET_ARCH to the list of mips targets for theJohn Baldwin2011-04-291-1/+1
* If building (custom) FreeBSD images people tend to patch param.h. In caseBjoern A. Zeeb2011-04-121-1/+1
* Update recommendation for mergemaster. The -a and -i options are exclusive.Doug Barton2011-04-101-1/+1
* Improve the distributeworld target in Makefile.inc1 and update the releaseNathan Whitehorn2011-03-021-2/+4
* Fully honor KERNSRCDIR for 'make universe' if it is set.John Baldwin2011-03-011-5/+6
* - Add a new UNIVERSE_TARGET variable for 'make universe'. If it is set,John Baldwin2011-02-101-8/+17
* Setting TARGET and TARGET_ARCH needs to be done in _MAKE, not in theWarner Losh2011-02-021-2/+2
* Move the architecture guessing from Makefile.inc1 to Makefile. WeWarner Losh2011-01-311-2/+33
* Back out r217734. [1]Bjoern A. Zeeb2011-01-251-2/+3
* For `make tinderbox` there is no need to print the extra commands.Bjoern A. Zeeb2011-01-231-2/+2
* Make `make tinderbox` work with MAKEOBJDIRPREFIX set (or in possibly otherBjoern A. Zeeb2011-01-221-1/+1
* In `make targets` print the make variable TARGETS as we expect it ratherBjoern A. Zeeb2011-01-221-1/+1
* Properly document what the top-level `make tinderbox` does.Bjoern A. Zeeb2011-01-221-1/+2
* Provide up-to-date estimates that are pessimal today...Warner Losh2011-01-121-1/+2
* Proving once again, I can't typo: fix a type.Warner Losh2011-01-111-1/+1
* Minor improvements in the wording of a comment. Document tinderbox target.Warner Losh2011-01-111-1/+3
* make targetsWarner Losh2011-01-071-1/+10
* Retire TARGET_ABI.Warner Losh2011-01-071-1/+1
* When TARGET_ARCH_${kernel} gets set, it is using the host's config,Warner Losh2011-01-031-1/+4
* Redirect stderr from config to /dev/null. config -m is printing lotsWarner Losh2010-12-241-2/+2
* Reconnect arm to the universe build, and connect big-endian MIPS and ARMNathan Whitehorn2010-12-181-7/+29
* Pass JFLAG as JFLAG from tinderbox to universe. This gives the sameJohn Baldwin2010-12-161-1/+1
* Add mips back to universeWarner Losh2010-11-131-1/+1
* Complete the integration of tbemd branch into head.Warner Losh2010-11-101-1/+1
* Connect FDT infrastructure to the build system.Rafal Jaworowski2010-06-131-1/+2
* For those of us mere mortals who do not aspire to the lofty heightsDoug Barton2010-03-181-0/+2
* Give make kernel-toolchain a one-liner here. Although documented inWarner Losh2010-03-031-0/+1
* Back out the change to Makefile made in r202628.Ed Schouten2010-01-191-1/+1
* Recommit r193732:Ed Schouten2010-01-191-1/+1
* Rather than using an extra variable, only call uname if really needed andBjoern A. Zeeb2010-01-111-2/+3
* Use uname -m [1] and rename BUILD_ARCH to XMACHINE[2].Bjoern A. Zeeb2010-01-091-2/+2
* To avoid hardcoding further kernel configuration names forBjoern A. Zeeb2010-01-081-11/+16
* Add a new world named 'mips' to our universe.Bjoern A. Zeeb2009-04-011-1/+1
* Implement the xdev target. When you define XDEV=arch XDEV_ARCH=arch,Warner Losh2009-03-131-1/+1
* 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