| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix generation of src.conf.5 | Simon J. Gerraty | 2015-07-03 | 1 | -1/+3 |
* | targets now needs .PHONY | Simon J. Gerraty | 2015-06-22 | 1 | -1/+1 |
* | Move the universe done dependency on the worlds completing out of the | Andrew Turner | 2015-06-16 | 1 | -1/+1 |
* | Remove unneeded dependencies, these are now handled through the _done | Andrew Turner | 2015-06-16 | 1 | -2/+0 |
* | Add a new target universe_${target}_done to print the completion message. | Andrew Turner | 2015-06-16 | 1 | -0/+6 |
* | Add a universe_${target}_worlds target to simplify the logic to find when | Andrew Turner | 2015-06-16 | 1 | -6/+4 |
* | A more compatible fix to MK_META_MODE not being defined. Also, encase | Warner Losh | 2015-06-16 | 1 | -1/+6 |
* | Add a comment to the end of the world and kernel cases in the universe | Andrew Turner | 2015-06-16 | 1 | -2/+3 |
* | If MK_META_MODE is unset, assume a value of no. | Craig Rodrigues | 2015-06-14 | 1 | -1/+1 |
* | Since sys.mk now handles META_MODE and META_FILES options | Simon J. Gerraty | 2015-06-10 | 1 | -12/+8 |
* | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -3/+14 |
|\ |
|
| * | Don't add arm64 to universe builds if the user provided a TARGETS list | Ed Maste | 2015-04-28 | 1 | -4/+4 |
| * | Fix a typo (linnker -> linker) | Enji Cooper | 2015-04-27 | 1 | -1/+1 |
| * | Add arm64 to universe if binutils is available. | Ed Maste | 2015-04-16 | 1 | -0/+11 |
| * | Make TARGET_ARCH=powerpc64 work without TARGET=powerpc. | Warner Losh | 2015-03-21 | 1 | -1/+1 |
| * | Start to import support for the AArch64 architecture from ARM. This change | Andrew Turner | 2015-03-19 | 1 | -2/+2 |
* | | If we are doing META_MODE use targets/Makefile as top-level | Simon J. Gerraty | 2014-11-30 | 1 | -0/+6 |
* | | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 1 | -1/+3 |
|\| |
|
| * | Revert r271159, Mis-patched the tree. | Kevin Lo | 2014-09-05 | 1 | -36/+0 |
| * | The USB LED driver for the Dream Cheeky WebMail Notifier. | Kevin Lo | 2014-09-05 | 1 | -0/+36 |
| * | Create the native-xtools target. This target creates only the cross | Warner Losh | 2014-08-18 | 1 | -1/+3 |
* | | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 1 | -15/+18 |
|\| |
|
| * | Add compat shims for XDEV and XDEV_ARCH so we don't break all the | Warner Losh | 2014-07-24 | 1 | -0/+7 |
| * | Explicitly disable the build of tests when building bmake. | Julio Merino | 2014-07-13 | 1 | -0/+1 |
| * | Separate out the links creation from the other targets. This was | Warner Losh | 2014-07-10 | 1 | -0/+2 |
| * | Remove ia64 from the list of known architectures and add an entry to | Marcel Moolenaar | 2014-07-02 | 1 | -2/+2 |
| * | grep -L returns non-zero status if none of the files had the pattern | Warner Losh | 2014-05-10 | 1 | -1/+1 |
| * | We haven't done anything with _UPGRADING in ~forever (was present, but | Warner Losh | 2014-05-10 | 1 | -1/+1 |
| * | Remove a few more vestiges of allowing WITHOUT_BMAKE to imply you want | Warner Losh | 2014-05-10 | 1 | -11/+4 |
* | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -9/+20 |
|\| |
|
| * | No need to install man pages for bootstrapping new make. Some | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| * | Remove support for WITHOUT_BMAKE. bmake is now the only make that can | Warner Losh | 2014-05-06 | 1 | -5/+1 |
| * | Omit from the universe build all config files tagged with | Warner Losh | 2014-04-30 | 1 | -1/+7 |
| * | Merge from CheriBSD: | Brooks Davis | 2014-04-29 | 1 | -2/+11 |
* | | If building WITH_META_FILES we do not want STAGING | Simon J. Gerraty | 2014-05-05 | 1 | -1/+2 |
* | | Merge head | Simon J. Gerraty | 2014-04-28 | 1 | -19/+9 |
|\| |
|
| * | Prevent building tests when bootstrapping make. | Julio Merino | 2014-04-21 | 1 | -1/+2 |
| * | Document the xdev* targets. | Christian Brueffer | 2014-04-14 | 1 | -0/+4 |
| * | We no longer support upgrading from FreeBSD 4, so we don't need the | Warner Losh | 2014-04-13 | 1 | -2/+1 |
| * | Remove support for legacy mips*eb names. Remove tests for | Warner Losh | 2014-04-01 | 1 | -14/+0 |
| * | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. | Andrew Turner | 2014-03-23 | 1 | -2/+2 |
* | | Make it possible to buildworld, while producing .meta files to aid | Simon J. Gerraty | 2013-10-16 | 1 | -2/+10 |
* | | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 1 | -6/+6 |
|\| |
|
| * | Remove the armv6eb architecture as it is unused, and almost certainly | Andrew Turner | 2013-09-22 | 1 | -1/+1 |
| * | Further refinement to bmake bootstrapping | Ed Maste | 2013-09-19 | 1 | -5/+5 |
| * | Fix make bootstrapping with WITH_DEBUG_FILES= | Ed Maste | 2013-09-12 | 1 | -1/+1 |
* | | Merge head | Simon J. Gerraty | 2013-09-11 | 1 | -0/+6 |
|\| |
|
| * | During universe/tinderbox export MAKE_JOB_ERROR_TOKEN=no | Simon J. Gerraty | 2013-09-06 | 1 | -0/+8 |
* | | Merge from head | Simon J. Gerraty | 2013-09-05 | 1 | -29/+69 |
|\| |
|
| * | Don't let user specified DESTDIR, break building our chosen make. | Simon J. Gerraty | 2013-08-17 | 1 | -3/+3 |