aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Fix installing config files as non rootBaptiste Daroussin2015-10-101-1/+3
* Change make distribution so that it now call installconfig in all dirs alongBaptiste Daroussin2015-10-091-1/+6
* The latest version of lex requires the latest m4 to build, add a dependencyIan Lepore2015-10-051-0/+2
* Final step of eliminating the "games" distribution: Merge src/gamesColin Percival2015-10-021-4/+1
* remove unused sgsmsg utility (originally imported from opensolaris)Andriy Gapon2015-09-281-1/+1
* META_MODE: Make it easier to keep the bootstrap-tools args in sync.Bryan Drewery2015-09-261-3/+6
* Remove EOL whitespace from Makefile.inc1Ed Maste2015-09-251-3/+3
* Move DTrace tools to cross-tools stageEd Maste2015-09-211-11/+8
* Let makeman run 'make showconfig' without hitting the aarch64 error.Bryan Drewery2015-09-171-0/+2
* Fix grammer in an error messageBrad Davis2015-09-151-1/+1
* Unconditionally build CTF tools in the bootstrap-tools phase of the build.Mark Johnston2015-09-151-6/+2
* The ${BUILDKERNELS:[2..-1]} appears to produce a non zero result forGleb Smirnoff2015-09-021-0/+8
* 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