| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no | Warner Losh | 2014-05-10 | 1 | -4/+5 |
* | Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a | Warner Losh | 2014-05-10 | 1 | -5/+5 |
* | Document src.opts.mk changes and the decoupling of /etc/src.conf from | Warner Losh | 2014-05-06 | 1 | -1/+1 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -2/+2 |
* | Add appropriate quoting to allow building with a KERNCONFDIR containing | Thomas Quinot | 2014-05-03 | 1 | -2/+2 |
* | Turns out this .if evaluated not in the context of the makedtb target | Warner Losh | 2014-04-30 | 1 | -3/+0 |
* | Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in a | Warner Losh | 2014-04-30 | 1 | -17/+5 |
* | Add dependency for libm to libstdc++. This fixes high -j value builds | Warner Losh | 2014-04-28 | 1 | -0/+1 |
* | make_dtb.sh is designed to be used in a kernel build environment where | Warner Losh | 2014-04-26 | 1 | -1/+2 |
* | Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no will | Warner Losh | 2014-04-25 | 1 | -2/+2 |
* | Spell NO_PROFILE= as MK_PROFILE=no. | Warner Losh | 2014-04-25 | 1 | -6/+6 |
* | Remove NO_CTF, exccept as an undocumented compatibility | Warner Losh | 2014-04-25 | 1 | -7/+7 |
* | Separate out enabling building clang and/or gcc for the system and | Warner Losh | 2014-04-18 | 1 | -8/+7 |
* | Up the minimum system to build FreeBSD current to 8.0-RELEASE. The | Warner Losh | 2014-04-13 | 1 | -13/+3 |
* | Determine whether to build clang and its bootstrap tools the same | Warner Losh | 2014-04-13 | 1 | -1/+1 |
* | Prevent XDTP from being a relative path | Baptiste Daroussin | 2014-04-04 | 1 | -1/+5 |
* | XDDESTDIR should not be set by the user, instead the user might want to tweak | Baptiste Daroussin | 2014-04-03 | 1 | -1/+1 |
* | Some xdev fixes: | Baptiste Daroussin | 2014-04-03 | 1 | -4/+9 |
* | It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sure | Warner Losh | 2014-04-01 | 1 | -1/+1 |
* | Ensure make xdev respect which compiler is CC | Baptiste Daroussin | 2014-04-01 | 1 | -6/+7 |
* | There's no need to guess at the COMPILER_TYPE to pass it down. We | Warner Losh | 2014-03-30 | 1 | -27/+9 |
* | Move stray targets out of the xdev section. | Warner Losh | 2014-03-30 | 1 | -2/+2 |
* | Kill NO_TESTS and use MK_TESTS=no when we want to skip them. | Warner Losh | 2014-03-30 | 1 | -19/+19 |
* | Allow the build system to safely set MK_FOO to avoid the ambiguity | Warner Losh | 2014-03-30 | 1 | -9/+9 |
* | When building g++, we need to build libsupc earlier to avoid a race | Warner Losh | 2014-03-30 | 1 | -0/+3 |
* | Only set XDDESTDIR if it wasn't already set to allow people to | Warner Losh | 2014-03-28 | 1 | -1/+1 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | Andrew Turner | 2014-03-23 | 1 | -1/+3 |
* | Fix kern/187712: config(8) does not respect KERNCONFDIR. | Alan Somers | 2014-03-20 | 1 | -1/+1 |
* | With the more generous footprints today, it makes little sense to use | Warner Losh | 2014-03-14 | 1 | -0/+3 |
* | Remove IPX support. | Gleb Smirnoff | 2014-03-14 | 1 | -5/+1 |
* | Use ${MAKE} so that we always use the same version/implementation | Marcel Moolenaar | 2014-03-02 | 1 | -2/+2 |
* | Integrate device-tree upstream files into the build process: | Warner Losh | 2014-02-28 | 1 | -5/+5 |
* | Merge from CheriBSD: | Brooks Davis | 2014-01-30 | 1 | -9/+5 |
* | Fix the build so -DNO_TESTS is passed in various phases that don't | Alan Somers | 2014-01-24 | 1 | -8/+14 |
* | Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which | Alan Somers | 2014-01-23 | 1 | -1/+1 |
* | Generate /var/db/services.db during 'make distribution' so that it is | John Baldwin | 2014-01-22 | 1 | -1/+1 |
* | Remove aicasm as a build dependency. It made sense when the ahc and ahd | Scott Long | 2014-01-07 | 1 | -9/+0 |
* | Please welcome casperd daemon. It (and its services) will be responsible for | Pawel Jakub Dawidek | 2013-12-02 | 1 | -1/+7 |
* | Move my simple logging API to a separate library. It is now already used | Pawel Jakub Dawidek | 2013-12-01 | 1 | -1/+3 |
* | Attempt to move the POSIX iconv* symbols out of runtime linker space. | Peter Wemm | 2013-11-17 | 1 | -0/+2 |
* | Move all atf directories to the tests mtree. | Julio Merino | 2013-11-16 | 1 | -1/+1 |
* | Strip the -pN patch level from the VERSION string which gets encoded into | Colin Percival | 2013-11-13 | 1 | -1/+1 |
* | This change builds kernel tools based on the same assumption as building | Ian Lepore | 2013-11-09 | 1 | -1/+16 |
* | Subsume the functionality of MK_ATF into MK_TESTS. | Julio Merino | 2013-11-08 | 1 | -1/+1 |
* | Add libatf-c++ to the prebuild libs. | Julio Merino | 2013-11-08 | 1 | -2/+2 |
* | Fix buildworld when WITH_TESTS is enabled. | Julio Merino | 2013-11-08 | 1 | -12/+16 |
* | Build kernel tools along with other tools during world build, as well as | Ian Lepore | 2013-11-08 | 1 | -0/+1 |
* | Instead of modeling the kernel-tools build after the bootstrap tools, build | Ian Lepore | 2013-11-07 | 1 | -14/+4 |
* | Do not build aicasm with the cross-tools/kernel-toolchain, instead add a | Ian Lepore | 2013-11-07 | 1 | -3/+29 |
* | Revert r257730: | Glen Barber | 2013-11-06 | 1 | -28/+2 |