aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Modernize the MAKE_JUST_KERNELS hint in the top-level makefile.Mark Johnston2019-05-241-7/+2
* Fix a typo when sanity checking in the bootstrap-tools targetEnji Cooper2019-04-091-1/+1
* Update comment about 'universe' disk usageEric van Gyzen2018-11-101-3/+4
* Add a top-level make target to rebuild all sysent files.Brooks Davis2018-11-081-0/+2
* Allow building world without inheriting $PATHAlex Richardson2018-11-051-1/+4
* Don't include the broken riscv64sf TARGET_ARCH in universe.Brooks Davis2018-10-091-1/+2
* As discussed several times on freebsd-arch, start to decommission armeb.Warner Losh2018-07-171-1/+1
* tinderbox: If the clang lookup fails fallback to the old default behavior.Bryan Drewery2018-06-281-6/+8
* Include existing MAKE_PARAMS_<target> when determining the universe toolchain.John Baldwin2018-06-281-2/+2
* Fix typo in top-level MakefileDevin Teske2018-06-271-1/+1
* tinderbox: Only build clang/lld once if needed.Bryan Drewery2018-06-271-2/+79
* tinderbox: Give details about kernel builds.Bryan Drewery2018-06-271-2/+7
* Only look for NOTES as needed.Bryan Drewery2018-06-201-4/+4
* Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.Bryan Drewery2018-06-201-2/+2
* Restore arm, riscv, sparc64, and mips to UNIVERSE after r334128Ed Maste2018-05-241-2/+1
* libpmcstat: compile in events based on json descriptionMatt Macy2018-05-241-1/+2
* Don't read SRC_ENV_CONF for MAKEOBJDIRPREFIX guard.Bryan Drewery2018-03-031-3/+3
* Add a note about why we have the conditional before includingWarner Losh2018-02-071-2/+6
* crossbuild: Make the CHECK_TIME variable work on LinuxAlex Richardson2018-02-061-1/+1
* tinderbox/universe: Don't execute KERNCONFS lookup if not needed.Bryan Drewery2017-12-071-0/+2
* Revert r325529: No longer needed after r325699.Bryan Drewery2017-12-071-1/+1
* Use TARGET_ARCH=riscv64 when TARGET=riscvWarner Losh2017-11-211-1/+1
* 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