| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MK_GNUCXX mean "build the libstdc++ and libsupc++ libraries" and | imp | 2014-07-10 | 1 | -1/+1 |
* | Separate out the links creation from the other targets. This was | imp | 2014-07-10 | 1 | -6/+6 |
* | Typo means that this couldn't have possibly fixed anything, so revert | imp | 2014-07-08 | 1 | -1/+0 |
* | xdev builds libsupc++ and libstdc++ in a slightly strange way. This | imp | 2014-07-07 | 1 | -0/+1 |
* | Remove ia64 from the list of known architectures and add an entry to | marcel | 2014-07-02 | 1 | -1/+1 |
* | Merge ^/projects/release-debugdist into ^/head: | gjb | 2014-07-01 | 1 | -13/+14 |
* | Rename the WITHOUT_VT_SUPPORT knob to WITHOUT_VT | emaste | 2014-06-30 | 1 | -1/+1 |
* | - Add a LOCAL_ITOOLS to allow adding additional tools required for the | bdrewery | 2014-06-17 | 1 | -1/+3 |
* | Build vt(4) fonts during buildworld | emaste | 2014-06-12 | 1 | -1/+6 |
* | Put the test suite in its own tests.txz distribution file. | jmmv | 2014-06-10 | 1 | -0/+7 |
* | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 1 | -3/+3 |
* | When libelf and libdwarf were updated, we didn't bump the minimal | imp | 2014-05-23 | 1 | -3/+2 |
* | Fix build: Build libavl as prebuild-lib. | delphij | 2014-05-22 | 1 | -0/+2 |
* | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=no | imp | 2014-05-10 | 1 | -4/+5 |
* | Migrate NO_WARN to MK_WARN. Support legacy NO_WARN usage. Remove a | imp | 2014-05-10 | 1 | -5/+5 |
* | Document src.opts.mk changes and the decoupling of /etc/src.conf from | imp | 2014-05-06 | 1 | -1/+1 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -2/+2 |
* | Add appropriate quoting to allow building with a KERNCONFDIR containing | thomas | 2014-05-03 | 1 | -2/+2 |
* | Turns out this .if evaluated not in the context of the makedtb target | imp | 2014-04-30 | 1 | -3/+0 |
* | Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in a | imp | 2014-04-30 | 1 | -17/+5 |
* | Add dependency for libm to libstdc++. This fixes high -j value builds | imp | 2014-04-28 | 1 | -0/+1 |
* | make_dtb.sh is designed to be used in a kernel build environment where | imp | 2014-04-26 | 1 | -1/+2 |
* | Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no will | imp | 2014-04-25 | 1 | -2/+2 |
* | Spell NO_PROFILE= as MK_PROFILE=no. | imp | 2014-04-25 | 1 | -6/+6 |
* | Remove NO_CTF, exccept as an undocumented compatibility | imp | 2014-04-25 | 1 | -7/+7 |
* | Separate out enabling building clang and/or gcc for the system and | imp | 2014-04-18 | 1 | -8/+7 |
* | Up the minimum system to build FreeBSD current to 8.0-RELEASE. The | imp | 2014-04-13 | 1 | -13/+3 |
* | Determine whether to build clang and its bootstrap tools the same | imp | 2014-04-13 | 1 | -1/+1 |
* | Prevent XDTP from being a relative path | bapt | 2014-04-04 | 1 | -1/+5 |
* | XDDESTDIR should not be set by the user, instead the user might want to tweak | bapt | 2014-04-03 | 1 | -1/+1 |
* | Some xdev fixes: | bapt | 2014-04-03 | 1 | -4/+9 |
* | It is possible that MK_GNUCXX is "yes" but MK_CXX is "no" so make sure | imp | 2014-04-01 | 1 | -1/+1 |
* | Ensure make xdev respect which compiler is CC | bapt | 2014-04-01 | 1 | -6/+7 |
* | There's no need to guess at the COMPILER_TYPE to pass it down. We | imp | 2014-03-30 | 1 | -27/+9 |
* | Move stray targets out of the xdev section. | imp | 2014-03-30 | 1 | -2/+2 |
* | Kill NO_TESTS and use MK_TESTS=no when we want to skip them. | imp | 2014-03-30 | 1 | -19/+19 |
* | Allow the build system to safely set MK_FOO to avoid the ambiguity | imp | 2014-03-30 | 1 | -9/+9 |
* | When building g++, we need to build libsupc earlier to avoid a race | imp | 2014-03-30 | 1 | -0/+3 |
* | Only set XDDESTDIR if it wasn't already set to allow people to | imp | 2014-03-28 | 1 | -1/+1 |
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | andrew | 2014-03-23 | 1 | -1/+3 |
* | Fix kern/187712: config(8) does not respect KERNCONFDIR. | asomers | 2014-03-20 | 1 | -1/+1 |
* | With the more generous footprints today, it makes little sense to use | imp | 2014-03-14 | 1 | -0/+3 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -5/+1 |
* | Use ${MAKE} so that we always use the same version/implementation | marcel | 2014-03-02 | 1 | -2/+2 |
* | Integrate device-tree upstream files into the build process: | imp | 2014-02-28 | 1 | -5/+5 |
* | Merge from CheriBSD: | brooks | 2014-01-30 | 1 | -9/+5 |
* | Fix the build so -DNO_TESTS is passed in various phases that don't | asomers | 2014-01-24 | 1 | -8/+14 |
* | Replace the old unix_seqpacket and unix_seqpacket_exercise tests, which | asomers | 2014-01-23 | 1 | -1/+1 |
* | Generate /var/db/services.db during 'make distribution' so that it is | jhb | 2014-01-22 | 1 | -1/+1 |
* | Remove aicasm as a build dependency. It made sense when the ahc and ahd | scottl | 2014-01-07 | 1 | -9/+0 |