aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* `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
* xdev: Follow-up r325087: Need to build lib/clang before lld.Bryan Drewery2017-10-311-1/+1
* kernel-toolchain: Fix improper build order after r325244.Bryan Drewery2017-10-311-1/+5
* kernel-toolchain: Skip world _obj and _cleanobj phases.Bryan Drewery2017-10-311-2/+9
* build-tools: De-special-case the gcc tools build.Bryan Drewery2017-10-311-10/+2
* Follow-up r297998: Remove redundant TOOLS_PREFIX in XMAKE.Bryan Drewery2017-10-311-1/+2
* native-xtools: Allow SYSTEM_COMPILER to be used after r325001.Bryan Drewery2017-10-311-1/+1
* cleanworld: No need to cleandir if MK_AUTO_OBJ is enabled.Bryan Drewery2017-10-311-1/+4
* Return proper status from buildenv.Warner Losh2017-10-301-2/+1
* xdev: Consolidate duplicate cross-tools build/install list into XDEVDIRS.Bryan Drewery2017-10-291-10/+5
* xdev: Remove excess '/' since XDTP is asserted to be an absolute path.Bryan Drewery2017-10-291-1/+1
* xdev: Fix build for platforms needing LLD.Bryan Drewery2017-10-291-0/+2
* xdev: Add missing 'make obj' treewalk for 'make includes'.Bryan Drewery2017-10-291-0/+4
* Change native-xtools to not install by default; add a native-xtools-install.Bryan Drewery2017-10-291-1/+8
* Fix xdev TARGET/TARGET_ARCH assertion and expand to native-xtools.Bryan Drewery2017-10-291-6/+0
* Disable AUTO_OBJ as a make argument to ensure it really is disabled.Bryan Drewery2017-10-291-4/+4
* Remove comment: debug files can be useful for build tools.Bryan Drewery2017-10-291-1/+0
* Move some LIBCOMPAT tmpdir logic setup to its own build target.Bryan Drewery2017-10-291-8/+0
* MK_TESTS is disabled in early phases, no need for TESTBASE extraction here.Bryan Drewery2017-10-291-10/+0