aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossNathan Whitehorn2010-09-081-1/+1
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-2/+2
* The order was correct before. I'd talked to Nathan about this before,Warner Losh2010-08-241-4/+2
* MFtbemd:Warner Losh2010-08-231-2/+2
* Minor tweak from tbemdWarner Losh2010-08-231-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withRui Paulo2010-08-211-1/+1
* Add clang to the cross-tools build stage.Rui Paulo2010-08-211-0/+7
* Add libelf to the prebuild libs.Rui Paulo2010-08-211-1/+1
* Revert r211436; it was a good idea, but not fully thought out.Dag-Erling Smørgrav2010-08-181-9/+2
* Split kernel stage 3.2 (build everything) into 3.2 (build the kernel)Dag-Erling Smørgrav2010-08-171-2/+9
* Relax FDT_DTS_FILE validation (and unbreak world build).Rafal Jaworowski2010-07-151-2/+0
* Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks theRafal Jaworowski2010-07-151-1/+5
* Connect powerpc64 to the build. It is not presently part of make universe,Nathan Whitehorn2010-07-131-16/+37
* Merge from tbemd:Warner Losh2010-06-241-3/+3
* Merge from tbemd:Warner Losh2010-06-241-1/+1
* Merge from TBEMD:Warner Losh2010-06-241-3/+1
* Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which isRafal Jaworowski2010-06-161-2/+2
* Connect FDT infrastructure to the build system.Rafal Jaworowski2010-06-131-0/+41
* Hook clang into the build on i386/amd64/powerpc.Roman Divacky2010-06-091-0/+8
* Revert r208353. It did not work as I expected because WITHOUT_MAN is setJung-uk Kim2010-05-201-5/+1
* We do not have to build makewhatis as a bootstrap tool when it is disabledJung-uk Kim2010-05-201-1/+5
* Revert r208324. We still need it for installworld as $PATH is overriden.Jung-uk Kim2010-05-201-0/+1
* Remove makewhatis(1) from bootstrap tools. We no longer support sourceJung-uk Kim2010-05-201-1/+0
* Enable liblzma support in libarchiveMartin Matuska2010-05-101-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-2/+3
* Remove explicit setting of NO_CTF in WMAKEENV and in the make call forAlexander Leidinger2010-04-221-2/+2
* Add note about TARGET_ARCHWarner Losh2010-04-141-0/+1
* Expose MACHINE_CPU while building lib32 target.Xin LI2010-03-241-0/+1
* Remove old documents when they are not compressed.Antoine Brodin2010-03-071-2/+2
* Regen the list of prebuild libraries using tools/make_libdeps.sh.Ruslan Ermilov2010-01-261-14/+9
* Unbreak world:Antoine Brodin2010-01-231-4/+9
* Remove libulog from the bootstrap again.Ed Schouten2010-01-211-1/+1
* In 'make delete-old', use 'exec' to redirect an fd persistently.Jilles Tjoelker2010-01-141-1/+1
* Disable K&R style function definitions for WARNS=6.Ed Schouten2009-12-311-0/+7
* Add NO_KERNELOBJ flag, similar to NO_KERNEL{CONFIG,DEPEND,CLEAN},Warner Losh2009-12-161-1/+5
* Convert pam_lastlog(8) to libulog.Ed Schouten2009-12-111-2/+2
* Replace -iprefix with -isystem. We only need alternative headerRoman Divacky2009-11-011-1/+1
* Now that the zoneinfo data is automatically updated when a new worldEdwin Groothuis2009-10-281-1/+4
* Move sed(1) from cross-tools to bootstrap-tools.Ruslan Ermilov2009-10-211-1/+5
* Chase dependency changes in libgssapi_krb5 module introruced byAlexander Nedotsukov2009-10-131-1/+1
* Fix comment about KERNFAST.Dag-Erling Smørgrav2009-09-101-1/+1
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-281-1/+1
* Allow "make update" work with SVN, if you take the time to set up yourMark Murray2009-06-141-4/+20
* Revert c190007 at the request of Ruslan. It was not correct becauseWarner Losh2009-04-051-1/+0
* Add usr.bin/ar to the list of cross tools. Before, when we had gnuWarner Losh2009-03-191-0/+1
* Restore missing OSREL definition that accidetnally dropped from anWarner Losh2009-03-151-0/+3
* - Create the buildworld object directories with mtree instead of variousGabor Kovesdan2009-03-151-26/+8
* - Reenable Native Language Support in libc. This feature was disabled dueGabor Kovesdan2009-03-131-3/+3