aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Support armv7 builds for userlandWarner Losh2017-10-051-1/+1
* Quote ${MAKE} when passing in env in case it contains spaces.Bryan Drewery2017-08-161-1/+1
* Make _TO_CPUARCH macro for ARCH to CPUARCH conversionsWarner Losh2017-08-121-2/+7
* genericize target exclusion for missing external toolchainEd Maste2017-07-271-7/+15
* Add some .ORDER for distrib-dirs, distribute, distribution and distributeworld.Bryan Drewery2017-07-241-0/+10
* Expose only the create-packages-* targets since they set needed DEST/DIRDIR.Bryan Drewery2017-06-231-1/+1
* Allow ALWAYS_BOOTSTRAP_MAKE to force bmake bootstrapping.Bryan Drewery2017-06-231-1/+2
* By popular demand: change MAKE_GENERIC_KERNELS to MAKE_LINT_KERNELS.Ian Lepore2017-06-131-2/+2
* Add support for "make universe_kernels -DMAKE_GENERIC_KERNELS" to buildIan Lepore2017-06-121-0/+2
* META_MODE: Add framework to force rebuilding for major ABI changes.Bryan Drewery2017-06-051-1/+1
* Cache compiler metadata and reuse it at installworld time.Bryan Drewery2017-04-131-1/+1
* Include RISC-V target to universe build.Ruslan Bukin2017-04-121-1/+15
* Unconditionally include arm64 in make universe / tinderboxEd Maste2017-04-081-10/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-3/+2
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-161-1/+1
* Add full softfloat and hardfloat support for MIPS.Ruslan Bukin2016-10-311-2/+2
* Create a new MACHINE_ARCH for Freescale PowerPC e500v2Justin Hibbits2016-10-221-2/+2
* Add a 'make print-dir' that simply traverses all directories and prints them.Bryan Drewery2016-08-311-2/+7
* Avoid showing the bootstrap make command for check-old, etc.Bryan Drewery2016-08-121-1/+2
* make world: Allow installworld to be ran in parallel.Bryan Drewery2016-08-081-1/+1
* SYSTEM_COMPILER: Rework the logic to allow a 'make test-system-compiler'.Bryan Drewery2016-07-241-2/+4
* Revert r302670 and r302671 for now.Bryan Drewery2016-07-131-1/+1
* Create one list of replacements for MACHINE_CPUARCH as MACHINE_CPUARCH_SUB.Bryan Drewery2016-07-121-1/+1
* WITH_META_MODE: Whitelist 'make kernel-toolchain'Bryan Drewery2016-06-221-3/+3
* Fix top-level builds with fmake / 9.x.Bryan Drewery2016-06-211-1/+3
* WITH_META_MODE: Whitelist 'make kernel' and 'make world'.Bryan Drewery2016-06-151-2/+2
* tinderbox/universe: Only show arm64 warning if it was in the TARGETS list.Bryan Drewery2016-06-151-2/+2
* Fix makeman showing dependency of DIRDEPS_BUILD->META_MODE.Bryan Drewery2016-06-141-2/+2
* Fix build from stable/10 with fmake.Bryan Drewery2016-06-141-1/+1
* WITH_META_MODE: Lessen the filemon(4) requirement scope.Bryan Drewery2016-06-141-0/+7
* WITH_META_MODE: Whitelist targets that are meta-mode-safe.Bryan Drewery2016-06-141-6/+24
* Add more missing .PHONYBryan Drewery2016-06-141-24/+24
* Only include bsd.compiler.mk for bmakes that use -m .../share/mk by default.Bryan Drewery2016-06-051-0/+2
* WITH_META_MODE: Enable bmake's missing meta rebuild featureBryan Drewery2016-06-051-0/+5
* Fix bmake version upgrade logic to use the new bmake.Bryan Drewery2016-06-051-3/+6
* Make armv6 hard float abi by default. Kill armv6hf.Warner Losh2016-05-181-2/+2
* Follow-up r298220: Don't pass down META_MODE which will still enable it.Bryan Drewery2016-04-181-0/+1
* META_MODE: Disable during installworld and similar.Bryan Drewery2016-04-181-0/+8
* MFHGlen Barber2016-04-161-3/+3
|\
| * Mark some more .PHONY targets.Bryan Drewery2016-04-141-2/+2
| * Define the *soft targets properly.Bryan Drewery2016-04-141-1/+1
* | MFHGlen Barber2016-04-041-1/+1
|\|
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-1/+1
* | MFHGlen Barber2016-03-141-4/+7
|\|
| * 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