summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Move META MODE's HOST_CC/CXX/CPP setting to local.meta.sys.mk, whichbdrewery2015-11-112-6/+9
* FAST_DEPEND: Fix building of wrong source files in some cases.bdrewery2015-11-092-4/+6
* Add built-in ccache build support via WITH_CCACHE_BUILD option.bdrewery2015-11-087-23/+91
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.bdrewery2015-11-081-1/+1
* FAST_DEPEND: Don't include depend files when using 'make -V'.bdrewery2015-11-081-0/+2
* Merge from head r290483bapt2015-11-078-11/+44
|\
| * The 'buildenv' target can safely be ran with '+'.bdrewery2015-11-061-1/+1
| * Add a FAST_DEPEND option, off by default, which speeds up the build significa...bdrewery2015-11-064-7/+27
| * Correct a comment which appears to be mistakingly mechanically changed in r26...bdrewery2015-11-051-1/+1
| * Allow 'make buildenv' to work anywhere in the src tree.bdrewery2015-11-052-0/+13
| * Rename libohash to libopenbsd.rodrigc2015-11-041-3/+3
* | Merge from headbapt2015-11-019-166/+190
|\ \ | |/
| * Don't hide stderr when checking ${CC} --version.bdrewery2015-10-311-1/+1
| * Unbreak bsd.progs.mk with PROGS (but not PROGS_CXX) and when invoking thengie2015-10-301-1/+1
| * Fix regression from using .USEBEFORE in _SUBDIR in r289705.bdrewery2015-10-291-1/+1
| * Use proper CONFDIR after r289148bdrewery2015-10-271-1/+1
| * Spell CONFGROUPS properly.bdrewery2015-10-271-1/+1
| * META MODE: Fix after addition of bsd.confs.mk: Stage in "files" set.bdrewery2015-10-271-5/+7
| * META MODE: Fix FILESNAME not being respected sans other FILES_group overrides.bdrewery2015-10-261-1/+1
| * META MODE: bsd.files.mk and bsd.confs.mk don't handle symlinks so there is nobdrewery2015-10-262-2/+0
| * Sort properly.bdrewery2015-10-241-1/+1
| * Add bsd.crunchgen.mk to bsd.README.bdrewery2015-10-242-0/+3
| * Slightly rework the comments and logic for default Clang/GCC.bdrewery2015-10-241-10/+11
| * Configs should not be under MK_INCLUDES control.bdrewery2015-10-241-3/+0
| * Rework r289778 to always parallelize known targets, without ordering.bdrewery2015-10-231-14/+20
| * Fix regression from r289734 that caused crunchgen "subdirs" to not bebdrewery2015-10-231-14/+8
| * For SUBDIR_PARALLEL, when doing 'make clean*' or 'make obj' there is no need tobdrewery2015-10-221-0/+11
| * Fix installation of manpages with WITHOUT_COMPRESS broken since r284685.bdrewery2015-10-221-14/+20
| * Fix incorrect defined() usage from style clean up in r289735.bdrewery2015-10-221-2/+2
| * Fix style. Namely use {} rather than ().bdrewery2015-10-221-53/+54
| * Rewrite crunchgen target handling for progs so that it can be parallelized.bdrewery2015-10-221-23/+13
| * Clean up some bsd.crunchgen.mk issues.bdrewery2015-10-221-17/+18
| * Remove indirection of _sub target for using _SUBDIR.bdrewery2015-10-211-6/+4
| * Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL.bdrewery2015-10-211-4/+4
| * Improve safety of caching from r289659 by only importing of none of thebdrewery2015-10-201-0/+9
| * Pass COMPILER_TYPE and COMPILER_VERSION to sub-makes to avoid redundantbdrewery2015-10-201-0/+20
| * Replace all of the duplicated logic for recursing into a subdir with onebdrewery2015-10-191-30/+17
| * Add missing .PHONY for parallel subdir target.bdrewery2015-10-191-1/+1
* | Merge from headbapt2015-10-1913-44/+76
|\ \ | |/
| * Make libxo depend on libutil because it uses humanize_number after r287111ngie2015-10-181-0/+1
| * Only enable -fstack-protector-strong on gcc 4.9+ and default to -fstack-prote...ngie2015-10-181-2/+4
| * Only use -fstack-protector-strong with supported compilersngie2015-10-171-0/+4
| * Rework the 'make -n -n' feature such that '-n' recurses and '-N' does not.bdrewery2015-10-171-7/+6
| * Similar to r289355, /usr/tests is within the base system so put the symbolsbdrewery2015-10-161-1/+1
| * Make installing to a non-existent directory an error.bdrewery2015-10-157-15/+15
| * Fix wrong use of .for; the iteration variable is not used in the loop.bdrewery2015-10-151-2/+2
| * Remove excess .elsebdrewery2015-10-151-1/+0
| * /usr/tests is part of the base system (for *.debug files)emaste2015-10-151-1/+1
| * Add missing targets to PHONY_NOTMAIN.bdrewery2015-10-141-7/+7
| * Recurse on 'buildconfig' and 'installconfig'. Remove the 'config' pseudo tar...bdrewery2015-10-141-4/+5
OpenPOWER on IntegriCloud