aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Update elftoolchain bootstrapping test after r339083Ed Maste2018-10-261-1/+2
* sort {delete,check}-old* outputEd Maste2018-10-231-7/+7
* Only compute the X_COMPILER_*/X_LINKER_* variables when neededAlex Richardson2018-10-231-0/+6
* Makefile.inc1: clean up stale dependency hacksEd Maste2018-10-221-23/+1
* Introduce src.conf knob to build userland with retpolineEd Maste2018-10-211-3/+4
* - Update head to 13.0-CURRENT.Glen Barber2018-10-191-2/+2
* Makefile.inc1: clean up dependencies after r339348Ed Maste2018-10-141-0/+9
* Replace libldns's bootstrap dependency on libcrypto with one on libsslDag-Erling Smørgrav2018-10-121-1/+2
* Move libssl up in the bootstrap order.Dag-Erling Smørgrav2018-10-121-2/+2
* Switch ntp's embedded libevent to 2.1.18Ed Maste2018-10-091-0/+7
* Re-enable kernel modules for the MALTA64EL kernel configuration.John Baldwin2018-09-061-1/+2
* Fix 'install: symlink usr/src/sys -> /sys: File exists' in distributeworldLi-Wen Hsu2018-08-281-1/+1
* Only bootstrap localedef if ${MK_LOCALES} != "no"Alex Richardson2018-08-231-1/+5
* Don't create directories in ${WORLDTMP}/legacy with mtreeAlex Richardson2018-08-201-23/+17
* libbe(3): Move build goop back out of cddl/Kyle Evans2018-08-181-1/+1
* METALOG, unless manually overwritten, is defined as ${DESTDIR}/${DISTDIR}/MET...Bjoern A. Zeeb2018-08-171-1/+1
* build: skip the database check when generating install mediaRoger Pau Monné2018-08-171-1/+1
* libbe(3)/bectl(8): More SYSROOT/GCC build fixesKyle Evans2018-08-111-0/+6
* Add libzfs to prebuild_libs, libbe dependency on libzfsKyle Evans2018-08-111-1/+3
* Makefile.inc1: Add libl to -legacy as wellKyle Evans2018-08-101-1/+5
* build: skip the database check for the distributeworld targetRoger Pau Monné2018-08-081-0/+7
* 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