summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Only build gperf as a bootstrap tool if gcc is going to be builtbapt2015-06-211-1/+1
* Remove temporary changes that crept in r284417 when it should not havebapt2015-06-201-2/+0
* Revert r284417 it is not necessary anymorebapt2015-06-151-0/+2
* Revert r283938 it is not needed anymore and brokenbapt2015-06-031-2/+1
* mandoc's makewhatis requires gnuzip to be in the path when deadling withbapt2015-06-031-1/+2
* Remove libmandoc from bootstrap toolsbapt2015-05-301-1/+0
* Only push libohash once in bootstrap toolsbapt2015-05-301-4/+5
* Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.bapt2015-05-301-1/+11
* Do not make libsqlite3 dependency chain only defined for kerberos, soon morebapt2015-05-301-1/+2
* Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_dbbapt2015-05-261-1/+1
* _Really_, _Really_ fix buildworld by moving the conditionals down, fixing somengie2015-05-211-10/+10
* Make kerberos use the same sqlite libraries as other sqlite consumer.bapt2015-05-201-4/+4
* Fix breakage I didn't fully solve in r283151 by depending on the .PHONYngie2015-05-201-1/+1
* Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc andngie2015-05-201-2/+7
* cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependentngie2015-05-201-1/+1
* Add _more_ missing dependencies for lib/libproc to further squash build racesngie2015-05-201-1/+9
* Articulate all dependencies for lib/libproc to squash build races after r283139ngie2015-05-201-0/+2
* Only build sys/boot/usb/tools if MK_USB != nongie2015-05-201-1/+4
* Fix buildworld by adding libproc and librtld_db to the _prebuild_libsbapt2015-05-201-0/+2
* Update crunch bootstrapping test for recent fixesemaste2015-05-191-6/+3
* Remove redundant csu subdir logicemaste2015-05-121-7/+1
* Unbreak build following rev. 282726thomas2015-05-101-0/+3
* Replace groff's soelim by soeliminate(1) renamed soelim(1)bapt2015-05-011-1/+2
* Setting PATH to anything is useless as a bare command. Its only relevantsbruno2015-04-301-2/+2
* Fix native-xtools breakage when building a gcc enabled target on a clangsbruno2015-04-301-0/+15
* Serialize all of _kerberos5_bootstrap_tools to avoid build failures involvingngie2015-04-211-7/+1
* Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557emaste2015-04-171-4/+4
* RELEASEDIR was removed in FreeBSD 9.x, at the same time /boot/loaderimp2015-04-171-5/+1
* Defeat race with MK_KERBEROS == yes introduced with bootstrap-toolsngie2015-04-161-2/+7
* People are still getting burned by the byacc upgraded, switch toimp2015-04-161-2/+0
* Only use the CROSS_BINUTILS_PREFIX tool if it exists.andrew2015-04-021-1/+2
* Ensure the cross assembler, linker and objcopy are used for the build32dim2015-04-021-3/+5
* Add --sysroot to the compiler flags for clang or gcc external toolchainsrodrigc2015-03-261-1/+1
* Add some more explanation to the different phases of the build.imp2015-03-251-5/+14
* Force MK_INCLUDES for the legacy stageemaste2015-03-251-1/+2
* Start to import support for the AArch64 architecture from ARM. This changeandrew2015-03-191-1/+1
* When cross-building with an external toolchain we still need a target stripemaste2015-03-171-0/+5
* Add LIB_CXX so that C++ libraries will use CXX to link.bdrewery2015-03-171-0/+4
* Provide automatic cross-binutils path if no BINUTILS_BOOTSTRAPemaste2015-03-121-0/+13
* It appears that xlint isn't used in the build process, so it certainlyimp2015-03-121-1/+0
* Support CROSS_BINUTILS_PREFIX with in-tree compileremaste2015-02-261-0/+6
* Fill in missing dependencies for dtrace related tools so the bootstrap-toolsngie2015-02-231-0/+3
* Parallelize building bootstrap-toolsngie2015-02-231-1/+19
* Fix bootstrap on systems with old yacc with small MAXTABLE.jkim2015-02-181-5/+5
* Restore the ability to use clang as an external compiler. This wasgrehan2015-02-181-3/+4
* release: use xz via pipe when compressing the tarballs.rpaulo2015-02-171-15/+17
* Fix a typo when invoking tar(1) to create the debug distributions.rpaulo2015-02-161-1/+1
* Step 1 of eliminating the "games" distribution: Move binaries to /usr/bin;cperciva2015-02-121-6/+2
* Remove remnant from texinfobapt2015-02-111-5/+1
* Exclude 'tests' from DEBUG_DISTRIBUTIONS.gjb2015-02-101-1/+1
OpenPOWER on IntegriCloud