aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use the newly minted Makefile.libcompat to implement libsoft librariesWarner Losh2016-03-121-1/+2
* Avoid MK_TESTS error on stable/10 by just preventing SUBDIR recursion.Bryan Drewery2016-03-111-1/+1
* Avoid bmake upgrade NO_MAN warning by just setting MAN to empty.Bryan Drewery2016-03-111-1/+1
* Revert r296645 as it breaks stable/10->head builds.Bryan Drewery2016-03-111-2/+1
* FAST_DEPEND: Use .dinclude to enable full .depend logic in bmake.Bryan Drewery2016-03-111-0/+2
* Fix bmake upgrade NO_MAN warnings.Bryan Drewery2016-03-111-1/+2
* Fix make -n upgrade_checks.Bryan Drewery2016-03-111-1/+1
* Don't ever create object directories here with MK_AUTO_OBJ.Bryan Drewery2016-03-081-1/+1
* Add order for installworld/installkernel.Bryan Drewery2016-02-241-0/+1
* Support a WANT_MAKE_VERSION.Bryan Drewery2016-02-241-4/+2
* Fix make universe when running with non POSIX/C locales using a locale sensitiveBaptiste Daroussin2016-02-101-1/+2
* Simplify running the FreeBSD test suiteEnji Cooper2016-02-071-3/+8
* Add order for installworld/distribution.Bryan Drewery2016-02-021-0/+1
* Add make universe targets "kernels" and "worlds".Ian Lepore2016-01-311-1/+7
* Always try to upgrade to bmake if not already using it.Bryan Drewery2016-01-071-1/+1
* Revert r293286. It was not intended to come in yet.Bryan Drewery2016-01-071-0/+7
* Move the MAKEOBJDIRPREFIX value guard to sys.mk and expand to MAKEOBJDIR.Bryan Drewery2016-01-071-7/+0
* Update advice on obj disk space requirementsEd Maste2015-12-141-2/+2
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-111-1/+1
* Fix errors being ignored in many phases of the build since the bmake integrat...Bryan Drewery2015-12-011-7/+7
* Rename META_MODE option to DIRDEPS_BUILDSimon J. Gerraty2015-11-141-5/+5
* Move 'make cleandir' from Makefile to Makefile.inc1.Bryan Drewery2015-11-091-33/+1
* Add built-in ccache build support via WITH_CCACHE_BUILD option.Bryan Drewery2015-11-081-0/+4
* Rework the 'make -n -n' feature such that '-n' recurses and '-N' does not.Bryan Drewery2015-10-171-7/+1
* Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In thatBryan Drewery2015-10-161-1/+1
* Tweak the default target to not suggest 'all' since it really doesn't doBryan Drewery2015-10-161-2/+2
* Consider top-level targets to be .PHONY as bmake won't build themBryan Drewery2015-10-151-1/+1
* 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