summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Default MK_META_MODE from MK_DIRDEPS_BUILDsjg2015-11-163-4/+19
* Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibilityngie2015-11-151-2/+2
* Fix URL for powerpc cpu options. Remove reference to ia64 options asimp2015-11-141-2/+1
* Rename META_MODE option to DIRDEPS_BUILDsjg2015-11-145-10/+22
* META MODE: Don't double stage SYMLINKS for shared libraries.bdrewery2015-11-131-1/+1
* Revert r290740.bdrewery2015-11-131-2/+1
* bsd.doc.mk: Similar to r289391, make installing to a missing directory an error.bdrewery2015-11-131-2/+2
* META MODE: Don't double stage SYMLINKS for libraries.bdrewery2015-11-131-1/+2
* 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
OpenPOWER on IntegriCloud