aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* 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
* FAST_DEPEND clean hack: Remove lib32/soft files properly.Bryan Drewery2017-10-291-4/+4
* Move FAST_DEPEND cleanup hack into its own target and call from _cleanobj.Bryan Drewery2017-10-291-33/+34
* We don't need LIB32 directories extracted in early phase legacy/WORLDTMP dirs.Bryan Drewery2017-10-291-10/+0
* Disallow using a colon ':' in source checkout paths.Bryan Drewery2017-10-291-2/+8
* Move sendmail special check into a _sanity_check target.Bryan Drewery2017-10-291-2/+4
* Cleanup pieces missed in r315057 which made mandoc mandatoryBryan Drewery2017-10-251-6/+2
* Fix native-xtools build to use a proper sysroot.Bryan Drewery2017-10-251-57/+97
* META_MODE: Follow-up r319593: Don't use host headers in a fresh new build.Bryan Drewery2017-10-251-3/+5
* Do not print error when running make check-old on systemBaptiste Daroussin2017-10-101-1/+1
* Support armv7 builds for userlandWarner Losh2017-10-051-2/+3
* When building multiple kernels using KERNCONF, non-existent KERNCONFCy Schubert2017-10-041-0/+4
* Revert r324246. This is not exactly what was intended.Cy Schubert2017-10-041-0/+13
* When building multiple kernels using KERNCONF, non-existent KERNCONFCy Schubert2017-10-041-13/+0
* Do not print error when running make delete-old on systemBaptiste Daroussin2017-09-261-1/+1
* Makefile.inc1: bump elf tool chain version check after PR 215350 fixRyan Libby2017-09-061-1/+2
* Respect MK_TCSH with build-tools and native-xtoolsEnji Cooper2017-08-271-2/+6
* Set MK_LLD_IS_LD to MK_LLD_BOOTSTRAP for cross-toolsEd Maste2017-08-231-1/+1