summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* bsd.compiler.mk was implicitly included by bsd.own.mk in historicalimp2014-05-072-0/+6
* All the NO_foo options processed in src.opts.mk are really bsd.opts.mkimp2014-05-072-18/+19
* Remove support for WITHOUT_BMAKE. bmake is now the only make that canimp2014-05-061-1/+0
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-064-6/+10
* Move the /usr/src specific options to src.opts.mk. Move inclusion ofimp2014-05-063-350/+398
* Simplify use of the semi-bogus EARLY_BUILD variable. Also, simplifyimp2014-05-051-12/+13
* Introduce CWARNFLAGS.${COMPILER_TYPE} and use that to simplify theimp2014-05-051-20/+20
* [1] Make WITHOUT_FOO alway trump WITH_FOO, regardless of the systemimp2014-05-051-11/+23
* NLS is used by the build system.imp2014-04-291-1/+1
* Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason theseimp2014-04-251-17/+10
* Split up the options into those used only by bsd.mk.* or sys.mk andimp2014-04-251-38/+51
* Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no willimp2014-04-251-2/+2
* Now that all the NO_foo expressed in this loop have been removed fromimp2014-04-251-1/+2
* NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place.imp2014-04-251-1/+1
* Add option WITHOUT_VI to not build/install vi. vi was the largestimp2014-04-241-0/+1
* Use MK_OPENLDAP in preference to WITH_OPENLDAP and make it a defaultimp2014-04-241-0/+1
* LIBUNBOUND can be unconditionally set.imp2014-04-241-2/+0
* Don't need to make these conditional on MK_LIBCPLUSPLUS. They can beimp2014-04-241-3/+3
* LIBMILTER can be defined always. No need to restrict to only whenimp2014-04-241-2/+0
* Always define LIBLDNS. We don't need to only define it when it isimp2014-04-241-2/+0
* Include bsd.opts.mk before Makefile.inc so Makefile.inc can do thingsimp2014-04-241-3/+6
* Allow .WAIT to appear in SUBDIR= lists, to provide some control overian2014-04-231-3/+11
* Install newly added bsd.mkopt.mk.jkim2014-04-191-0/+1
* Retire compatibility YES_HESIOD. If you haven't upgraded in the lastimp2014-04-181-7/+0
* Move the generic part of bsd.opts.mk into bsd.mkopts.mk to allow forimp2014-04-182-28/+41
* Allow setting of MK_FOO by anybody. There are too many edge cases thatimp2014-04-181-36/+3
* Copy bsd.own.mk to bsd.opts.mk and separate out the option settingimp2014-04-183-454/+495
* Separate out enabling building clang and/or gcc for the system andimp2014-04-181-7/+14
* Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED.imp2014-04-182-6/+6
* Don't build EISA by default anymore. Remove from i386 GENERIC andimp2014-04-181-0/+1
* r264402 builds fine, but turns out there are problems withimp2014-04-132-7/+6
* Convert NO_MANCOMPRESS to normal convention.imp2014-04-132-6/+7
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Don't apply ctf conversions in POSIX mode. These can't happen thereimp2014-04-131-6/+0
* Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This setsdes2014-04-122-4/+7
* Need to test .MAKE.LEVEL everywhere before using it for bootstrappingimp2014-04-071-2/+2
* Convert sort to using newer MK_ convention.imp2014-04-051-0/+1
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.imp2014-04-051-0/+1
* The proper way to request no man pages currently is NO_MAN=xxx. Use itimp2014-04-051-2/+2
* Move setting of the MK_xxx variables based on NO_xxx to avoidimp2014-04-021-15/+16
* FreeBSD make (aka fmake) doesn't grok .MAKE.LEVEL. Failsafe and assumeimp2014-04-021-1/+1
* Don't test WITHOUT_FOO in program makefiles, test MK_FOO instead.imp2014-04-011-0/+2
* There's no need to set the default for GNUCXX based on WITHOUT_CXXimp2014-04-011-9/+3
* Eliminate FDT being treated specially. When the BSDL DTC wasimp2014-04-011-9/+2
* There's no need to guess at the COMPILER_TYPE to pass it down. Weimp2014-03-301-1/+1
* Kill NO_TESTS and use MK_TESTS=no when we want to skip them.imp2014-03-301-14/+0
* Allow the build system to safely set MK_FOO to avoid the ambiguityimp2014-03-301-4/+10
* Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to processdim2014-03-261-0/+19
* Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-233-3/+4
* Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) andjkim2014-03-201-4/+6
OpenPOWER on IntegriCloud