aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Add a note about DEPFLAGS which is currently a hack around not properly passingBryan Drewery2015-10-261-0/+3
* native-xtools: Replace common path with NXBDESTDIR.Bryan Drewery2015-10-241-9/+8
* native-xtools: Fix build with WITH_DEBUG_FILES.Bryan Drewery2015-10-231-0/+4
* Parallelize build-tools.Bryan Drewery2015-10-221-1/+4
* Warn that NOCLEAN is deprecated - use NO_CLEAN insteadEd Maste2015-10-221-0/+1
* Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.Bryan Drewery2015-10-221-9/+17
* Fix my change in r289435 causing 'etc' to be added to SUBDIR when usingBryan Drewery2015-10-211-1/+2
* Add some missing '+', .MAKE, and .PHONY modifiers.Bryan Drewery2015-10-211-51/+52
* Handle lib32 files during delete-old* when MK_LIB32=no.Julio Merino2015-10-201-0/+30
* Remove unneeded MK_CTF=no when MK_CDDL=no.Bryan Drewery2015-10-171-4/+0
* Fix wrong PATH being set for world 'includes' stage after r289438.Bryan Drewery2015-10-171-2/+5
* For 'buildenvvars' show any .exported variables as well to cover recentBryan Drewery2015-10-171-1/+1
* Always export VERSION to the environment to avoid looking it up again inBryan Drewery2015-10-171-6/+3
* Export OSRELDATE so sub-makes don't look it up again.Bryan Drewery2015-10-171-0/+1
* Rework the world subdir build targets to use the standard SUBDIR_PARALLEL mec...Bryan Drewery2015-10-171-22/+25
* Fix adding manpages installed by LOCAL_DIRS to whatis file.Bryan Drewery2015-10-161-4/+6
* Remove lockf as an ITOOL.Bryan Drewery2015-10-161-1/+1
* Correct a bitrotted comment about installworld order requirements.Bryan Drewery2015-10-161-5/+8
* Remove .MAKE from targets that do more than just run sub-makes, such asBryan Drewery2015-10-161-3/+3
* Fix delete-old and check-old-files not removing old debug symbols.Bryan Drewery2015-10-161-0/+12
* Fix buildworld with clean objdir after r289351.Bryan Drewery2015-10-151-0/+1
* Consider top-level targets to be .PHONY as bmake won't build themBryan Drewery2015-10-151-1/+1
* Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.Bryan Drewery2015-10-151-1/+1
* Create /usr/tests *.debug file directory hierarchyEd Maste2015-10-151-0/+8
* 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