summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Prevent XDTP from being a relative pathbapt2014-04-041-1/+5
* XDDESTDIR should not be set by the user, instead the user might want to tweakbapt2014-04-031-1/+1
* Some xdev fixes:bapt2014-04-031-4/+9
* It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sureimp2014-04-011-1/+1
* Ensure make xdev respect which compiler is CCbapt2014-04-011-6/+7
* There's no need to guess at the COMPILER_TYPE to pass it down. Weimp2014-03-301-27/+9
* Move stray targets out of the xdev section.imp2014-03-301-2/+2
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.imp2014-03-301-19/+19
* Allow the build system to safely set MK_FOO to avoid the ambiguityimp2014-03-301-9/+9
* When building g++, we need to build libsupc earlier to avoid a raceimp2014-03-301-0/+3
* Only set XDDESTDIR if it wasn't already set to allow people toimp2014-03-281-1/+1
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-1/+3
* Fix kern/187712: config(8) does not respect KERNCONFDIR.asomers2014-03-201-1/+1
* With the more generous footprints today, it makes little sense to useimp2014-03-141-0/+3
* Remove IPX support.glebius2014-03-141-5/+1
* Use ${MAKE} so that we always use the same version/implementationmarcel2014-03-021-2/+2
* Integrate device-tree upstream files into the build process:imp2014-02-281-5/+5
* Merge from CheriBSD:brooks2014-01-301-9/+5
* Fix the build so -DNO_TESTS is passed in various phases that don'tasomers2014-01-241-8/+14
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichasomers2014-01-231-1/+1
* Generate /var/db/services.db during 'make distribution' so that it isjhb2014-01-221-1/+1
* Remove aicasm as a build dependency. It made sense when the ahc and ahdscottl2014-01-071-9/+0
* Please welcome casperd daemon. It (and its services) will be responsible forpjd2013-12-021-1/+7
* Move my simple logging API to a separate library. It is now already usedpjd2013-12-011-1/+3
* Attempt to move the POSIX iconv* symbols out of runtime linker space.peter2013-11-171-0/+2
* Move all atf directories to the tests mtree.jmmv2013-11-161-1/+1
* Strip the -pN patch level from the VERSION string which gets encoded intocperciva2013-11-131-1/+1
* This change builds kernel tools based on the same assumption as buildingian2013-11-091-1/+16
* Subsume the functionality of MK_ATF into MK_TESTS.jmmv2013-11-081-1/+1
* Add libatf-c++ to the prebuild libs.jmmv2013-11-081-2/+2
* Fix buildworld when WITH_TESTS is enabled.jmmv2013-11-081-12/+16
* Build kernel tools along with other tools during world build, as well asian2013-11-081-0/+1
* Instead of modeling the kernel-tools build after the bootstrap tools, buildian2013-11-071-14/+4
* Do not build aicasm with the cross-tools/kernel-toolchain, instead add aian2013-11-071-3/+29
* Revert r257730:gjb2013-11-061-28/+2
* Do not build aicasm with the cross-tools/kernel-toolchain, instead add aian2013-11-061-2/+28
* Rework the aicasm build machinery so that it gets built along with toolchainian2013-11-041-20/+3
* In r257079, SRCDIR is pointed to ${.CURDIR} when not set. However,delphij2013-10-291-4/+10
* Fix build. Both clang and gcc are required on pc98.nyan2013-10-291-1/+6
* Set up the /usr/tests hierarchy.rpaulo2013-10-251-0/+7
* Fix build host pollution by avoiding calling 'uname -srp' togjb2013-10-241-2/+6
* Revert r256921 to prevent error output when in the wrong directory.gjb2013-10-241-5/+2
* Thou shalt not leak build host state into the system being compiled.cperciva2013-10-221-2/+5
* Stop conflating WITHOUT_CLANG with WITHOUT_CLANG_IS_CC. This allowsbrooks2013-10-221-4/+2
* Fix 'make delete-old-libs' and 'make check-libs' to delete .debugbdrewery2013-10-211-0/+12
* Allow 'make xdev' to work when DESTDIR is set.ian2013-10-161-3/+4
* Bump OS versions in the toolchain triples to 11.0, and bump thedim2013-10-101-1/+1
* Revert-and-redo r255955: the sort -r should be added to delete-old-dirs.delphij2013-10-011-2/+2
* Reverse directories order when doing 'make delete-old-dir'. Thisdelphij2013-09-301-1/+1
* Remove BIND.des2013-09-301-5/+1
OpenPOWER on IntegriCloud