summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Check TARGET_ARCH as well as TARGET to determine if we are doing a crossnwhitehorn2010-09-081-1/+1
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-2/+2
* The order was correct before. I'd talked to Nathan about this before,imp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-2/+2
* Minor tweak from tbemdimp2010-08-231-1/+0
* Don't link drti.o with libelf_pic.a. This means that all software withrpaulo2010-08-211-1/+1
* Add clang to the cross-tools build stage.rpaulo2010-08-211-0/+7
* Add libelf to the prebuild libs.rpaulo2010-08-211-1/+1
* Revert r211436; it was a good idea, but not fully thought out.des2010-08-181-9/+2
* Split kernel stage 3.2 (build everything) into 3.2 (build the kernel)des2010-08-171-2/+9
* Relax FDT_DTS_FILE validation (and unbreak world build).raj2010-07-151-2/+0
* Fix FDT_DTS_FILE parsing to properly retrieve its value. This unbreaks theraj2010-07-151-1/+5
* Connect powerpc64 to the build. It is not presently part of make universe,nwhitehorn2010-07-131-16/+37
* Merge from tbemd:imp2010-06-241-3/+3
* Merge from tbemd:imp2010-06-241-1/+1
* Merge from TBEMD:imp2010-06-241-3/+1
* Use awk alone for extracting FDT_DTS_FILE instead of grep/cut, which israj2010-06-161-2/+2
* Connect FDT infrastructure to the build system.raj2010-06-131-0/+41
* Hook clang into the build on i386/amd64/powerpc.rdivacky2010-06-091-0/+8
* Revert r208353. It did not work as I expected because WITHOUT_MAN is setjkim2010-05-201-5/+1
* We do not have to build makewhatis as a bootstrap tool when it is disabledjkim2010-05-201-1/+5
* Revert r208324. We still need it for installworld as $PATH is overriden.jkim2010-05-201-0/+1
* Remove makewhatis(1) from bootstrap tools. We no longer support sourcejkim2010-05-201-1/+0
* Enable liblzma support in libarchivemm2010-05-101-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-2/+3
* Remove explicit setting of NO_CTF in WMAKEENV and in the make call fornetchild2010-04-221-2/+2
* Add note about TARGET_ARCHimp2010-04-141-0/+1
* Expose MACHINE_CPU while building lib32 target.delphij2010-03-241-0/+1
* Remove old documents when they are not compressed.antoine2010-03-071-2/+2
* Regen the list of prebuild libraries using tools/make_libdeps.sh.ru2010-01-261-14/+9
* Unbreak world:antoine2010-01-231-4/+9
* Remove libulog from the bootstrap again.ed2010-01-211-1/+1
* In 'make delete-old', use 'exec' to redirect an fd persistently.jilles2010-01-141-1/+1
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-0/+7
* Add NO_KERNELOBJ flag, similar to NO_KERNEL{CONFIG,DEPEND,CLEAN},imp2009-12-161-1/+5
* Convert pam_lastlog(8) to libulog.ed2009-12-111-2/+2
* Replace -iprefix with -isystem. We only need alternative headerrdivacky2009-11-011-1/+1
* Now that the zoneinfo data is automatically updated when a new worldedwin2009-10-281-1/+4
* Move sed(1) from cross-tools to bootstrap-tools.ru2009-10-211-1/+5
* Chase dependency changes in libgssapi_krb5 module introruced bybland2009-10-131-1/+1
* Fix comment about KERNFAST.des2009-09-101-1/+1
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.kan2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-281-1/+1
* Allow "make update" work with SVN, if you take the time to set up yourmarkm2009-06-141-4/+20
* Revert c190007 at the request of Ruslan. It was not correct becauseimp2009-04-051-1/+0
* Add usr.bin/ar to the list of cross tools. Before, when we had gnuimp2009-03-191-0/+1
* Restore missing OSREL definition that accidetnally dropped from animp2009-03-151-0/+3
* - Create the buildworld object directories with mtree instead of variousgabor2009-03-151-26/+8
* - Reenable Native Language Support in libc. This feature was disabled duegabor2009-03-131-3/+3
OpenPOWER on IntegriCloud