aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Alpha-sort the list of user/group IDs to check at install time.Ian Lepore2018-07-221-4/+4
* Remove the .if ${MK_FOO} wrappers around the user/group ID checks. TheseIan Lepore2018-07-221-8/+0
* Add ntpd to the list of users/groups to check before installing.Ian Lepore2018-07-201-0/+4
* As discussed several times on freebsd-arch, start to decommission armeb.Warner Losh2018-07-171-1/+0
* Unconditionally build libnv in legacyKyle Evans2018-07-161-7/+1
* Fix parsing of create-kernel-packagesBryan Drewery2018-07-101-1/+1
* config(8): De-dupe hint/env vars within a single fileKyle Evans2018-07-061-1/+7
* Revert r336011,r336012 until I can competently testKyle Evans2018-07-051-10/+1
* Fix build after r336011Kyle Evans2018-07-051-1/+10
* `make installworld' should display "completed" message if doneWolfram Schneider2018-07-011-1/+10
* META_MODE: Fix clang-tblgen flip-flop building after r335707.Bryan Drewery2018-06-301-3/+3
* Don't change directory owner to root when building with -DNO_ROOTAlex Richardson2018-06-291-28/+41
* Fix unknown target check after r335450.Bryan Drewery2018-06-281-35/+34
* Remove the various build flag hacks for GCC cross-compile.John Baldwin2018-06-281-13/+0
* SYSTEM_COMPILER/LINKER: Fix cross-build support after r335706.Bryan Drewery2018-06-281-1/+1
* Simplify using bsd.endian.mk and have it provide CAP_MKDB_ENDIAN, since it isBrad Davis2018-06-281-4/+0
* Chase the pwd_mkdb endian changes.Brad Davis2018-06-271-4/+0
* tinderbox: Only build clang/lld once if needed.Bryan Drewery2018-06-271-2/+3
* Clang: Only build needed target for bootstrap compiler.Bryan Drewery2018-06-271-0/+3
* Add LLVM_TARGET_ALL option.Bryan Drewery2018-06-271-0/+9
* Normalize the g(eom,cache,part,...) build.Brooks Davis2018-06-251-1/+2
* Rename usr.bin/elfcopy to usr.bin/objcopyEd Maste2018-06-211-3/+3
* Makefile.inc1: rename build metadata file to toolchain-metadata.mkEd Maste2018-06-211-11/+11
* Reduce exec and fstat overhead for non-build targets.Bryan Drewery2018-06-201-39/+47
* Add WITH_SYSTEM_LINKER, on by default, that avoids building lld when possible.Bryan Drewery2018-06-201-63/+145
* Rework WITHOUT_LLD/TOOLCHAIN fix from r327892 for cross-tools.Bryan Drewery2018-06-201-1/+0
* Rework how the ld link is handled in WORLDTMP from r322811.Bryan Drewery2018-06-201-1/+1
* TARGET_TRIPLE is needed much earlier now for CROSS_BINUTILS_PREFIX check.Bryan Drewery2018-06-191-22/+22
* Fix detection for binutils bootstrap package.Bryan Drewery2018-06-191-5/+5
* Let CROSS_BINUTILS_PREFIX work without a trailing slash.Bryan Drewery2018-06-191-2/+2
* SYSTEM_COMPILER: Should use X_ vars for comparing wanted version.Bryan Drewery2018-06-191-4/+4
* Fix X_COMPILER_* and X_LINKER_* not being passed to installworld environment.Bryan Drewery2018-06-191-16/+2
* Don't bootstrap lld if an external linker is used.Bryan Drewery2018-06-191-0/+4
* Build LOCAL_LIB_DIRS along with system lib dirs, rather than building themIan Lepore2018-06-171-11/+11
* Rework ofed build.Konstantin Belousov2018-06-161-21/+10
* Assert that a build is done before an install.Bryan Drewery2018-06-161-0/+4
* Only build jevents if MK_PMC is yes and only for amd64 in libcompat.Bryan Drewery2018-06-151-1/+2
* Bump __FreeBSD_version after r334881 and force libdwarf to be rebuilt.Mark Johnston2018-06-091-1/+2
* Handle -DNO_CLEAN builds across brk/sbrk rewrite in r334626Ed Maste2018-06-051-1/+2
* Move /sys symlink creating out of etc/Makefile.Brad Davis2018-06-041-0/+1
* libpmc/pmu: enable for i386 as wellMatt Macy2018-05-311-1/+1
* libpmc/jevents: fix cross-compile _to_ amd64Matt Macy2018-05-311-1/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-1/+1
* Revert r334242 "pmc(3)/hwpmc(4): update supported Intel processors to rely fu...Matt Macy2018-05-261-1/+1
* pmc(3)/hwpmc(4): update supported Intel processors to rely fully on theMatt Macy2018-05-261-1/+1
* Support -DNO_CLEAN builds across r334223+r334224.Brooks Davis2018-05-251-1/+2
* libpmcstat: Don't build pmu tables on !amd64 until the correspondingMatt Macy2018-05-241-2/+1
* exect() was removed in 2018, not 2017.Brooks Davis2018-05-241-1/+1
* libpmcstat: compile in events based on json descriptionMatt Macy2018-05-241-0/+6
* Bump min supported release for building HEAD to 10.3Ed Maste2018-04-271-15/+3