aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* FAST_DEPEND: Workaround hacks in the wild that have '..' or '/' in OBJS.Bryan Drewery2015-12-011-3/+6
* FAST_DEPEND: Allow not using -MP by setting DEPEND_MP blank.Bryan Drewery2015-12-011-1/+2
* META MODE: Always define HOST_*, even if not using them.Bryan Drewery2015-12-011-3/+4
* Add missing lib declaration.Adrian Chadd2015-11-301-0/+1
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-271-0/+1
* Standardize on OBJTOP in and outside of META MODE.Bryan Drewery2015-11-264-84/+79
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-1/+0
* Follow-up r291338 to handle .d, .y and .l files better as well.Bryan Drewery2015-11-251-3/+3
* Fix the "common object" handling to not depend on ".o" if SRCS only containsBryan Drewery2015-11-251-1/+4
* Define a LIB<NAME>DIR for every library that LIBADD provides.Bryan Drewery2015-11-252-0/+65
* META MODE: Fix MACHINE=host builds.Bryan Drewery2015-11-251-8/+7
* Stop looking up the same id(1) results in sub-makes.Bryan Drewery2015-11-251-1/+12
* META MODE: Fix 'make bootstrap-tools'.Bryan Drewery2015-11-253-8/+28
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-1/+1
* META MODE: Show PATH on errors.Bryan Drewery2015-11-251-0/+1
* META MODE: Don't add staged DPADDs to DIRDEPS when bootstrapping gendirdeps.Bryan Drewery2015-11-251-1/+1
* META MODE: Define variables this file uses that were defined elsewhere.Bryan Drewery2015-11-251-0/+3
* META MODE: Don't truncate DIRDEPS for bootstrapping during gendirdeps.Bryan Drewery2015-11-251-1/+1
* META MODE: Revert r287879 so that 'make -V' still uses AUTO_OBJ.Bryan Drewery2015-11-251-5/+3
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-0/+7
* There seems to be no reason to duplicate CANONICALOBJDIR logic from bsd.obj.mk,Bryan Drewery2015-11-231-7/+0
* Retire the NONE cipher option.Dag-Erling Smørgrav2015-11-231-1/+0
* Add aarch64 support to CPUTYPEWarner Losh2015-11-201-0/+2
* META MODE: Don't stage INTERNALPROGs.Bryan Drewery2015-11-201-3/+3
* Remove unsupported ia64.Bryan Drewery2015-11-191-1/+1
* Add arm CPUTYPE values typically used on FreeBSD.Warner Losh2015-11-191-0/+8
* Fix missing endif.Warner Losh2015-11-191-0/+1
* Fix mips CPUTYPE so that we can pass it through to gcc.Warner Losh2015-11-191-13/+15
* FAST_DEPEND: Similar to r290629, do always depend on headers if 'make depend'Bryan Drewery2015-11-191-1/+1
* Default MK_META_MODE from MK_DIRDEPS_BUILDSimon J. Gerraty2015-11-163-4/+19
* Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibilityEnji Cooper2015-11-151-2/+2
* Fix URL for powerpc cpu options. Remove reference to ia64 options asWarner Losh2015-11-141-2/+1
* Rename META_MODE option to DIRDEPS_BUILDSimon J. Gerraty2015-11-145-10/+22
* META MODE: Don't double stage SYMLINKS for shared libraries.Bryan Drewery2015-11-131-1/+1
* Revert r290740.Bryan Drewery2015-11-131-2/+1
* bsd.doc.mk: Similar to r289391, make installing to a missing directory an error.Bryan Drewery2015-11-131-2/+2
* META MODE: Don't double stage SYMLINKS for libraries.Bryan Drewery2015-11-131-1/+2
* Move META MODE's HOST_CC/CXX/CPP setting to local.meta.sys.mk, whichBryan Drewery2015-11-112-6/+9
* FAST_DEPEND: Fix building of wrong source files in some cases.Bryan Drewery2015-11-092-4/+6
* Add built-in ccache build support via WITH_CCACHE_BUILD option.Bryan Drewery2015-11-087-23/+91
* FAST_DEPEND: Don't enable when .MAKE.MODE=meta.Bryan Drewery2015-11-081-1/+1
* FAST_DEPEND: Don't include depend files when using 'make -V'.Bryan Drewery2015-11-081-0/+2
* Merge from head r290483Baptiste Daroussin2015-11-078-11/+44
|\
| * The 'buildenv' target can safely be ran with '+'.Bryan Drewery2015-11-061-1/+1
| * Add a FAST_DEPEND option, off by default, which speeds up the build significa...Bryan Drewery2015-11-064-7/+27
| * Correct a comment which appears to be mistakingly mechanically changed in r26...Bryan Drewery2015-11-051-1/+1
| * Allow 'make buildenv' to work anywhere in the src tree.Bryan Drewery2015-11-052-0/+13
| * Rename libohash to libopenbsd.Craig Rodrigues2015-11-041-3/+3
* | Merge from headBaptiste Daroussin2015-11-019-166/+190
|\|
| * Don't hide stderr when checking ${CC} --version.Bryan Drewery2015-10-311-1/+1