aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add installconfig as a top level targetBaptiste Daroussin2015-10-091-1/+1
* Fix the .MAKE added in r251750 to properly support the historical -n -n.Bryan Drewery2015-09-291-2/+2
* Rework r287900 to keep arm64/aarch64 stable in the TARGETS list.Bryan Drewery2015-09-171-14/+15
* Get arm64/aarch64 into 'make targets' output to fix makeman.Bryan Drewery2015-09-171-3/+3
* Fix generation of src.conf.5Simon J. Gerraty2015-07-031-1/+3
* targets now needs .PHONYSimon J. Gerraty2015-06-221-1/+1
* Move the universe done dependency on the worlds completing out of theAndrew Turner2015-06-161-1/+1
* Remove unneeded dependencies, these are now handled through the _doneAndrew Turner2015-06-161-2/+0
* Add a new target universe_${target}_done to print the completion message.Andrew Turner2015-06-161-0/+6
* Add a universe_${target}_worlds target to simplify the logic to find whenAndrew Turner2015-06-161-6/+4
* A more compatible fix to MK_META_MODE not being defined. Also, encaseWarner Losh2015-06-161-1/+6
* Add a comment to the end of the world and kernel cases in the universeAndrew Turner2015-06-161-2/+3
* If MK_META_MODE is unset, assume a value of no.Craig Rodrigues2015-06-141-1/+1
* Since sys.mk now handles META_MODE and META_FILES optionsSimon J. Gerraty2015-06-101-12/+8
* Merge sync of headSimon J. Gerraty2015-05-271-3/+14
|\
| * Don't add arm64 to universe builds if the user provided a TARGETS listEd Maste2015-04-281-4/+4
| * Fix a typo (linnker -> linker)Enji Cooper2015-04-271-1/+1
| * Add arm64 to universe if binutils is available.Ed Maste2015-04-161-0/+11
| * Make TARGET_ARCH=powerpc64 work without TARGET=powerpc.Warner Losh2015-03-211-1/+1
| * Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-191-2/+2
* | If we are doing META_MODE use targets/Makefile as top-levelSimon J. Gerraty2014-11-301-0/+6
* | Merge from head@274682Simon J. Gerraty2014-11-191-1/+3
|\|
| * Revert r271159, Mis-patched the tree.Kevin Lo2014-09-051-36/+0
| * The USB LED driver for the Dream Cheeky WebMail Notifier.Kevin Lo2014-09-051-0/+36
| * Create the native-xtools target. This target creates only the crossWarner Losh2014-08-181-1/+3
* | Merge head from 7/28Simon J. Gerraty2014-08-191-15/+18
|\|
| * Add compat shims for XDEV and XDEV_ARCH so we don't break all theWarner Losh2014-07-241-0/+7
| * Explicitly disable the build of tests when building bmake.Julio Merino2014-07-131-0/+1
| * Separate out the links creation from the other targets. This wasWarner Losh2014-07-101-0/+2
| * Remove ia64 from the list of known architectures and add an entry toMarcel Moolenaar2014-07-021-2/+2
| * grep -L returns non-zero status if none of the files had the patternWarner Losh2014-05-101-1/+1
| * We haven't done anything with _UPGRADING in ~forever (was present, butWarner Losh2014-05-101-1/+1
| * Remove a few more vestiges of allowing WITHOUT_BMAKE to imply you wantWarner Losh2014-05-101-11/+4
* | Merge from headSimon J. Gerraty2014-05-081-9/+20
|\|
| * No need to install man pages for bootstrapping new make. SomeWarner Losh2014-05-061-1/+1
| * Remove support for WITHOUT_BMAKE. bmake is now the only make that canWarner Losh2014-05-061-5/+1
| * Omit from the universe build all config files tagged withWarner Losh2014-04-301-1/+7
| * Merge from CheriBSD:Brooks Davis2014-04-291-2/+11
* | If building WITH_META_FILES we do not want STAGINGSimon J. Gerraty2014-05-051-1/+2
* | Merge headSimon J. Gerraty2014-04-281-19/+9
|\|
| * Prevent building tests when bootstrapping make.Julio Merino2014-04-211-1/+2
| * Document the xdev* targets.Christian Brueffer2014-04-141-0/+4
| * We no longer support upgrading from FreeBSD 4, so we don't need theWarner Losh2014-04-131-2/+1
| * Remove support for legacy mips*eb names. Remove tests forWarner Losh2014-04-011-14/+0
| * Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-2/+2
* | Make it possible to buildworld, while producing .meta files to aidSimon J. Gerraty2013-10-161-2/+10
* | Merge head@256284Simon J. Gerraty2013-10-131-6/+6
|\|
| * Remove the armv6eb architecture as it is unused, and almost certainlyAndrew Turner2013-09-221-1/+1
| * Further refinement to bmake bootstrappingEd Maste2013-09-191-5/+5
| * Fix make bootstrapping with WITH_DEBUG_FILES=Ed Maste2013-09-121-1/+1