summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Merge from headbapt2015-11-011-69/+119
|\
| * Add a note about DEPFLAGS which is currently a hack around not properly passingbdrewery2015-10-261-0/+3
| * native-xtools: Replace common path with NXBDESTDIR.bdrewery2015-10-241-9/+8
| * native-xtools: Fix build with WITH_DEBUG_FILES.bdrewery2015-10-231-0/+4
| * Parallelize build-tools.bdrewery2015-10-221-1/+4
| * Warn that NOCLEAN is deprecated - use NO_CLEAN insteademaste2015-10-221-0/+1
| * Let SUBDIR_OVERRIDE with 'make buildworld' be more useful.bdrewery2015-10-221-9/+17
| * Fix my change in r289435 causing 'etc' to be added to SUBDIR when usingbdrewery2015-10-211-1/+2
| * Add some missing '+', .MAKE, and .PHONY modifiers.bdrewery2015-10-211-51/+52
| * Handle lib32 files during delete-old* when MK_LIB32=no.jmmv2015-10-201-0/+30
* | Merge from headbapt2015-10-191-46/+72
|\ \ | |/
| * Remove unneeded MK_CTF=no when MK_CDDL=no.bdrewery2015-10-171-4/+0
| * Fix wrong PATH being set for world 'includes' stage after r289438.bdrewery2015-10-171-2/+5
| * For 'buildenvvars' show any .exported variables as well to cover recentbdrewery2015-10-171-1/+1
| * Always export VERSION to the environment to avoid looking it up again inbdrewery2015-10-171-6/+3
| * Export OSRELDATE so sub-makes don't look it up again.bdrewery2015-10-171-0/+1
| * Rework the world subdir build targets to use the standard SUBDIR_PARALLEL mec...bdrewery2015-10-171-22/+25
| * Fix adding manpages installed by LOCAL_DIRS to whatis file.bdrewery2015-10-161-4/+6
| * Remove lockf as an ITOOL.bdrewery2015-10-161-1/+1
| * Correct a bitrotted comment about installworld order requirements.bdrewery2015-10-161-5/+8
| * Remove .MAKE from targets that do more than just run sub-makes, such asbdrewery2015-10-161-3/+3
| * Fix delete-old and check-old-files not removing old debug symbols.bdrewery2015-10-161-0/+12
| * Fix buildworld with clean objdir after r289351.bdrewery2015-10-151-0/+1
| * Consider top-level targets to be .PHONY as bmake won't build thembdrewery2015-10-151-1/+1
| * Add temporary workaround for .MAKE being applied to _worldtmp, since r251750.bdrewery2015-10-151-1/+1
| * Create /usr/tests *.debug file directory hierarchyemaste2015-10-151-0/+8
* | Merge from headbapt2015-10-131-30/+50
|\ \ | |/
| * Fix installing config files as non rootbapt2015-10-101-1/+3
| * Change make distribution so that it now call installconfig in all dirs alongbapt2015-10-091-1/+6
| * The latest version of lex requires the latest m4 to build, add a dependencyian2015-10-051-0/+2
| * Final step of eliminating the "games" distribution: Merge src/gamescperciva2015-10-021-4/+1
| * remove unused sgsmsg utility (originally imported from opensolaris)avg2015-09-281-1/+1
| * META_MODE: Make it easier to keep the bootstrap-tools args in sync.bdrewery2015-09-261-3/+6
| * Remove EOL whitespace from Makefile.inc1emaste2015-09-251-3/+3
| * Move DTrace tools to cross-tools stageemaste2015-09-211-11/+8
| * Let makeman run 'make showconfig' without hitting the aarch64 error.bdrewery2015-09-171-0/+2
| * Fix grammer in an error messagebrd2015-09-151-1/+1
| * Unconditionally build CTF tools in the bootstrap-tools phase of the build.markj2015-09-151-6/+2
| * The ${BUILDKERNELS:[2..-1]} appears to produce a non zero result forglebius2015-09-021-0/+8
| * Not only build with buildworld, but also install with installworld allglebius2015-09-011-0/+8
| * When building multiple kernels use [2..-1] to extract !INSTALLKERNELglebius2015-09-011-3/+3
* | Merge from HEADbapt2015-08-251-20/+29
|\ \ | |/
| * Remove now unused LIBPRIVATEDIRbapt2015-08-241-1/+0
| * Sparc64 is the odd-man out, so form the if that way rather thanimp2015-08-231-3/+1
| * Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAPemaste2015-08-171-1/+3
| * Spell binaries in the customary way.imp2015-08-131-1/+1
| * Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAINemaste2015-08-131-3/+1
| * Fix the fixing of the build I broke. rescue/rescue has the rightimp2015-08-121-1/+1
| * Fix build.delphij2015-08-121-1/+1
| * Document build-tools better. Add rescue back because it builds /bin/shimp2015-08-121-2/+13
OpenPOWER on IntegriCloud