aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* - Add a LOCAL_ITOOLS to allow adding additional tools required for theBryan Drewery2014-06-171-1/+3
* Build vt(4) fonts during buildworldEd Maste2014-06-121-1/+6
* Put the test suite in its own tests.txz distribution file.Julio Merino2014-06-101-0/+7
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-3/+3
* When libelf and libdwarf were updated, we didn't bump the minimalWarner Losh2014-05-231-3/+2
* Fix build: Build libavl as prebuild-lib.Xin LI2014-05-221-0/+2
* Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noWarner Losh2014-05-101-4/+5
* Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove aWarner Losh2014-05-101-5/+5
* Document src.opts.mk changes and the decoupling of /etc/src.conf fromWarner Losh2014-05-061-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-2/+2
* Add appropriate quoting to allow building with a KERNCONFDIR containingThomas Quinot2014-05-031-2/+2
* Turns out this .if evaluated not in the context of the makedtb targetWarner Losh2014-04-301-3/+0
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aWarner Losh2014-04-301-17/+5
* Add dependency for libm to libstdc++. This fixes high -j value buildsWarner Losh2014-04-281-0/+1
* make_dtb.sh is designed to be used in a kernel build environment whereWarner Losh2014-04-261-1/+2
* Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no willWarner Losh2014-04-251-2/+2
* Spell NO_PROFILE= as MK_PROFILE=no.Warner Losh2014-04-251-6/+6
* Remove NO_CTF, exccept as an undocumented compatibilityWarner Losh2014-04-251-7/+7
* Separate out enabling building clang and/or gcc for the system andWarner Losh2014-04-181-8/+7
* Up the minimum system to build FreeBSD current to 8.0-RELEASE. TheWarner Losh2014-04-131-13/+3
* Determine whether to build clang and its bootstrap tools the sameWarner Losh2014-04-131-1/+1
* Prevent XDTP from being a relative pathBaptiste Daroussin2014-04-041-1/+5
* XDDESTDIR should not be set by the user, instead the user might want to tweakBaptiste Daroussin2014-04-031-1/+1
* Some xdev fixes:Baptiste Daroussin2014-04-031-4/+9
* It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sureWarner Losh2014-04-011-1/+1
* Ensure make xdev respect which compiler is CCBaptiste Daroussin2014-04-011-6/+7
* There's no need to guess at the COMPILER_TYPE to pass it down. WeWarner Losh2014-03-301-27/+9
* Move stray targets out of the xdev section.Warner Losh2014-03-301-2/+2
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.Warner Losh2014-03-301-19/+19
* Allow the build system to safely set MK_FOO to avoid the ambiguityWarner Losh2014-03-301-9/+9
* When building g++, we need to build libsupc earlier to avoid a raceWarner Losh2014-03-301-0/+3
* Only set XDDESTDIR if it wasn't already set to allow people toWarner Losh2014-03-281-1/+1
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-1/+3
* Fix kern/187712: config(8) does not respect KERNCONFDIR.Alan Somers2014-03-201-1/+1
* With the more generous footprints today, it makes little sense to useWarner Losh2014-03-141-0/+3
* Remove IPX support.Gleb Smirnoff2014-03-141-5/+1
* Use ${MAKE} so that we always use the same version/implementationMarcel Moolenaar2014-03-021-2/+2
* Integrate device-tree upstream files into the build process:Warner Losh2014-02-281-5/+5
* Merge from CheriBSD:Brooks Davis2014-01-301-9/+5
* Fix the build so -DNO_TESTS is passed in various phases that don'tAlan Somers2014-01-241-8/+14
* Replace the old unix_seqpacket and unix_seqpacket_exercise tests, whichAlan Somers2014-01-231-1/+1
* Generate /var/db/services.db during 'make distribution' so that it isJohn Baldwin2014-01-221-1/+1
* Remove aicasm as a build dependency. It made sense when the ahc and ahdScott Long2014-01-071-9/+0
* Please welcome casperd daemon. It (and its services) will be responsible forPawel Jakub Dawidek2013-12-021-1/+7
* Move my simple logging API to a separate library. It is now already usedPawel Jakub Dawidek2013-12-011-1/+3
* Attempt to move the POSIX iconv* symbols out of runtime linker space.Peter Wemm2013-11-171-0/+2
* Move all atf directories to the tests mtree.Julio Merino2013-11-161-1/+1
* Strip the -pN patch level from the VERSION string which gets encoded intoColin Percival2013-11-131-1/+1
* This change builds kernel tools based on the same assumption as buildingIan Lepore2013-11-091-1/+16
* Subsume the functionality of MK_ATF into MK_TESTS.Julio Merino2013-11-081-1/+1