aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Not only build with buildworld, but also install with installworld allGleb Smirnoff2015-09-011-0/+8
* When building multiple kernels use [2..-1] to extract !INSTALLKERNELGleb Smirnoff2015-09-011-3/+3
* Remove now unused LIBPRIVATEDIRBaptiste Daroussin2015-08-241-1/+0
* Sparc64 is the odd-man out, so form the if that way rather thanWarner Losh2015-08-231-3/+1
* Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAPEd Maste2015-08-171-1/+3
* Spell binaries in the customary way.Warner Losh2015-08-131-1/+1
* Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINEd Maste2015-08-131-3/+1
* Fix the fixing of the build I broke. rescue/rescue has the rightWarner Losh2015-08-121-1/+1
* Fix build.Xin LI2015-08-121-1/+1
* Document build-tools better. Add rescue back because it builds /bin/shWarner Losh2015-08-121-2/+13
* Why on earth have we been building rescue as a build tool for the pastWarner Losh2015-08-121-5/+0
* Crunchgen needs to be bootstrapped to pick up the STRIP->STRIPBINWarner Losh2015-08-121-1/+2
* Fix comment describing legacy target and wrap to 80 columnsEd Maste2015-08-111-3/+4
* Build libelf and libdwarf in the legacy stageEd Maste2015-08-111-5/+9
* cmp and cp are used by the kerberos install, so need to be imclided inWarner Losh2015-08-091-1/+1
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-011-3/+3
* Make all shared library a relative symlinkBaptiste Daroussin2015-06-271-3/+0
* Only build gperf as a bootstrap tool if gcc is going to be builtBaptiste Daroussin2015-06-211-1/+1
* Remove temporary changes that crept in r284417 when it should not haveBaptiste Daroussin2015-06-201-2/+0
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-0/+2
* Revert r283938 it is not needed anymore and brokenBaptiste Daroussin2015-06-031-2/+1
* mandoc's makewhatis requires gnuzip to be in the path when deadling withBaptiste Daroussin2015-06-031-1/+2
* Remove libmandoc from bootstrap toolsBaptiste Daroussin2015-05-301-1/+0
* Only push libohash once in bootstrap toolsBaptiste Daroussin2015-05-301-4/+5
* Switch to mandoc's version of makewhatis(8), whatis(1), apropos(1) utilities.Baptiste Daroussin2015-05-301-1/+11
* Do not make libsqlite3 dependency chain only defined for kerberos, soon moreBaptiste Daroussin2015-05-301-1/+2
* Fix build WITHOUT_CDDL by unconditionnaly adding libproc and librtld_dbBaptiste Daroussin2015-05-261-1/+1
* _Really_, _Really_ fix buildworld by moving the conditionals down, fixing someEnji Cooper2015-05-211-10/+10
* Make kerberos use the same sqlite libraries as other sqlite consumer.Baptiste Daroussin2015-05-201-4/+4
* Fix breakage I didn't fully solve in r283151 by depending on the .PHONYEnji Cooper2015-05-201-1/+1
* Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc andEnji Cooper2015-05-201-2/+7
* cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependentEnji Cooper2015-05-201-1/+1
* Add _more_ missing dependencies for lib/libproc to further squash build racesEnji Cooper2015-05-201-1/+9
* Articulate all dependencies for lib/libproc to squash build races after r283139Enji Cooper2015-05-201-0/+2
* Only build sys/boot/usb/tools if MK_USB != noEnji Cooper2015-05-201-1/+4
* Fix buildworld by adding libproc and librtld_db to the _prebuild_libsBaptiste Daroussin2015-05-201-0/+2
* Update crunch bootstrapping test for recent fixesEd Maste2015-05-191-6/+3
* Remove redundant csu subdir logicEd Maste2015-05-121-7/+1
* Unbreak build following rev. 282726Thomas Quinot2015-05-101-0/+3
* Replace groff's soelim by soeliminate(1) renamed soelim(1)Baptiste Daroussin2015-05-011-1/+2
* Setting PATH to anything is useless as a bare command. Its only relevantSean Bruno2015-04-301-2/+2
* Fix native-xtools breakage when building a gcc enabled target on a clangSean Bruno2015-04-301-0/+15
* Serialize all of _kerberos5_bootstrap_tools to avoid build failures involvingEnji Cooper2015-04-211-7/+1
* Bump crunch BOOTSTRAPPING for ELF header offset fix in r277557Ed Maste2015-04-171-4/+4
* RELEASEDIR was removed in FreeBSD 9.x, at the same time /boot/loaderWarner Losh2015-04-171-5/+1
* Defeat race with MK_KERBEROS == yes introduced with bootstrap-toolsEnji Cooper2015-04-161-2/+7
* People are still getting burned by the byacc upgraded, switch toWarner Losh2015-04-161-2/+0
* Only use the CROSS_BINUTILS_PREFIX tool if it exists.Andrew Turner2015-04-021-1/+2
* Ensure the cross assembler, linker and objcopy are used for the build32Dimitry Andric2015-04-021-3/+5
* Add --sysroot to the compiler flags for clang or gcc external toolchainsCraig Rodrigues2015-03-261-1/+1