aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Allow -DNO_CLEAN builds across r332443.Brooks Davis2018-04-121-1/+2
* Support -DNO_CLEAN builds across r332119.Brooks Davis2018-04-061-1/+2
* Allow -DNO_CLEAN buildworld after r332080.Brooks Davis2018-04-051-1/+2
* remove special handling for stale ptrace dependenciesEd Maste2018-04-051-2/+1
* Allow -DNO_CLEAN builds over r332048.Brooks Davis2018-04-041-2/+3
* Correct comment date in r331255Ed Maste2018-03-201-1/+1
* Remove stale generated assym.s files after r331254Ed Maste2018-03-201-0/+10
* pkgbase: Fix post-install script for kernel packagesKyle Evans2018-03-141-0/+2
* Improve wording of error message when CROSS_TOOLCHAIN is not found.Brooks Davis2018-02-261-1/+1
* Allow CROSS_TOOLCHAIN to be a path to a file.Brooks Davis2018-02-251-0/+6
* Properly lookup values if they were empty.Bryan Drewery2018-02-201-2/+2
* Only lookup SVN once and rename to SVN_CMD.Bryan Drewery2018-02-201-3/+4
* Avoid looking up VCS_REVISION for every sub-make call to Makefile.inc1.Bryan Drewery2018-02-201-0/+1
* Move SVNVERSION_CMD into the one place that uses it.Bryan Drewery2018-02-201-0/+10
* sort needs to be in ITOOLS since find -s was changed to find | sort.Warner Losh2018-02-091-1/+1
* Add a note about why we have the conditional before includingWarner Losh2018-02-071-2/+4
* add retpoline compiler and linker feature flagsEd Maste2018-02-071-2/+2
* Don't hardcode /usr/bin as the path for mktemp in build toolsAlex Richardson2018-02-061-1/+1
* `make installkernel' should display a completed message if doneWolfram Schneider2018-01-251-2/+8
* test-system-compiler: Display X_ variants for compiler/linker.Bryan Drewery2018-01-241-1/+4
* X_COMPILER_* may not be defined.Bryan Drewery2018-01-241-2/+4
* Don't build share/syscons in build-tools stage if MK_SYSCONS == "no"Alex Richardson2018-01-161-1/+1
* Ensure MK_LDD for bootstrap-tools matches MK_LLD_BOOTSTRAP.Bryan Drewery2018-01-121-0/+1
* Cache LINKER_FEATURES to fix the wrong ones being used.Bryan Drewery2018-01-121-1/+2
* Allow use of .WAIT in the LOCAL_DIRS and LOCAL_LIB_DIRS lists.Ian Lepore2017-12-311-5/+6
* Makefile.inc1: map mips MACHINE_/TARGET_ARCH to triplesEd Maste2017-12-051-2/+2
* native-xtools: Ensure GCC files are cleaned up.Bryan Drewery2017-12-051-1/+1
* native-xtools: Fix build without META_MODE for GCC archs.Bryan Drewery2017-12-051-0/+2
* Fix for multi-threaded lib32 compat build on amd64.Hans Petter Selasky2017-11-241-1/+5
* Simplify the build dependencies when building the OFED libraries.Hans Petter Selasky2017-11-241-26/+13
* Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-191-10/+10
|\
| * Fix 'make -n' for {reinstall,distribute}kernel.Bryan Drewery2017-11-181-4/+4
| * Sort pkgbase mtree metadata, for reproducible buildsEd Maste2017-11-151-6/+6
* | Update list of hardcoded OFED build order dependencies forHans Petter Selasky2017-11-161-10/+27
|/
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+4
* Only build the libmagic build-tools if MK_FILE != noAlex Richardson2017-11-131-1/+4
* cleanworld only needs a tree walk if the expected .OBJDIR is .CURDIR.Bryan Drewery2017-11-111-1/+2
* native-xtools: Fix for GCC archs.Bryan Drewery2017-11-101-11/+40
* rescue ipf: Remove hacks and link in libipf directly.Bryan Drewery2017-11-101-0/+3
* Handle some .OBJDIR == .CURDIR cases.Bryan Drewery2017-11-101-1/+2
* Note interactive shell errors for make buildenv and add a warning forWarner Losh2017-11-071-0/+8
* Fix nested MAKEOBJDIRPREFIX breaking various release/buildworld/toolchain tar...Bryan Drewery2017-11-051-0/+2
* Follow-up r318105: Don't use NO_OBJ at top-level, use NO_OBJWALK.Bryan Drewery2017-11-031-15/+15
* Follow-up r325329: Store all WORLDTMP objects back in the same directory.Bryan Drewery2017-11-031-1/+1
* Follow-up r325342: Always ensure WORLDTMP exists.Bryan Drewery2017-11-021-1/+1
* DIRDEPS_BUILD: Cleanup leftover WORLDTMP files.Bryan Drewery2017-11-021-0/+2
* Reduce MAKEOBJDIRPREFIX path spam by specifying a direct objdir to use.Bryan Drewery2017-11-021-2/+6
* native-xtools/xdev: Store these in a location including both MACHINE/TARGET.Bryan Drewery2017-11-011-5/+12
* Add a 'make cleanuniverse'.Bryan Drewery2017-11-011-6/+13
* Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery2017-11-011-47/+39