aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move top-level AUTO_OBJ logic to Makefile.sys.inc.Bryan Drewery2017-11-181-28/+1
* Remove build system support for lint.Warner Losh2017-11-171-1/+1
* Rework r325568 so all 'make LINT' targets work.Bryan Drewery2017-11-131-1/+1
* META_MODE: Avoid some logic if disabled and allow enabling with make argument.Bryan Drewery2017-11-111-3/+11
* AUTO_OBJ: Disable in non-build targets.Bryan Drewery2017-11-111-0/+27
* Remove rerelease target that was added in r38978.Bryan Drewery2017-11-101-1/+1
* native-xtools: Fix for GCC archs.Bryan Drewery2017-11-101-0/+9
* Deal with src.conf for top-level MAKEOBJDIRPREFIX guard.Bryan Drewery2017-11-101-1/+2
* universe: Fix creating LINT files with AUTO_OBJ.Bryan Drewery2017-11-081-1/+2
* AUTO_OBJ: Don't create TARGET. directories during 'make universe'.Bryan Drewery2017-11-081-1/+1
* Simplify location of bootstrap make.Bryan Drewery2017-11-051-2/+5
* AUTO_OBJ is unsafe at the moment as it is for some reason removing /etc with ...Bryan Drewery2017-11-021-1/+0
* Something is very wrongBryan Drewery2017-11-021-0/+1
* Add a 'make cleanuniverse'.Bryan Drewery2017-11-011-0/+1
* Suggest TARGET/TARGET_ARCH, XDEV/XDEV_ARCH are depcrecated in r269031.Bryan Drewery2017-10-291-1/+1
* Change native-xtools to not install by default; add a native-xtools-install.Bryan Drewery2017-10-291-4/+8
* build(7): Document native-xtools.Bryan Drewery2017-10-291-1/+3
* Fix xdev TARGET/TARGET_ARCH assertion and expand to native-xtools.Bryan Drewery2017-10-291-0/+16
* Disable AUTO_OBJ as a make argument to ensure it really is disabled.Bryan Drewery2017-10-291-1/+1
* 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