1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/share/mk
Warner Losh 9b01449f96 [1] Make WITHOUT_FOO alway trump WITH_FOO, regardless of the system
default. This restores more of the historical expectations that
    were broken when we started disallowing both WITH_FOO and
    WITHOUT_FOO to be defined.
[2] Document this new behavior, and improve the documentation in
    general here.

Submitted by: sjg@ [1].
2014-05-05 22:02:48 +00:00
..
atf.test.mk Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
bsd.arch.inc.mk
bsd.compiler.mk
bsd.cpu.mk Add new CPUTYPEs supported by Clang 3.4, i.e., AMD Steamroller (bdver3) and 2014-03-20 19:17:46 +00:00
bsd.crunchgen.mk NO_DEBUG_FILES -> MK_DEBUG_FILES=no in last remaining place. 2014-04-25 19:25:18 +00:00
bsd.dep.mk
bsd.doc.mk
bsd.dtrace.mk
bsd.endian.mk Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental. 2014-03-23 12:49:25 +00:00
bsd.files.mk
bsd.incs.mk Eliminate NO_INCS. It is used one place, and MK_TOOLCHAIN=no will 2014-04-25 19:25:45 +00:00
bsd.info.mk
bsd.init.mk Include bsd.opts.mk before Makefile.inc so Makefile.inc can do things 2014-04-24 02:02:51 +00:00
bsd.kmod.mk
bsd.lib.mk Introduce RANLIBFLAGS to mirror ARFLAGS and add -D to both. This sets 2014-04-12 12:44:09 +00:00
bsd.libnames.mk LIBUNBOUND can be unconditionally set. 2014-04-24 21:18:29 +00:00
bsd.links.mk
bsd.man.mk Convert NO_MANCOMPRESSED to MK_MANCOMPRESSED. 2014-04-18 17:03:49 +00:00
bsd.mkopt.mk [1] Make WITHOUT_FOO alway trump WITH_FOO, regardless of the system 2014-05-05 22:02:48 +00:00
bsd.nls.mk
bsd.obj.mk
bsd.opts.mk NLS is used by the build system. 2014-04-29 14:52:39 +00:00
bsd.own.mk Copy bsd.own.mk to bsd.opts.mk and separate out the option setting 2014-04-18 17:04:09 +00:00
bsd.pkg.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk There's no need to guess at the COMPILER_TYPE to pass it down. We 2014-03-30 23:43:30 +00:00
bsd.progs.mk
bsd.README NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 2014-04-13 05:21:56 +00:00
bsd.snmpmod.mk
bsd.subdir.mk Allow .WAIT to appear in SUBDIR= lists, to provide some control over 2014-04-23 12:52:11 +00:00
bsd.symver.mk
bsd.sys.mk Generalize FOO.clang to FOO.${COMPILER_TYPE}. There's no reason these 2014-04-25 19:25:57 +00:00
bsd.test.mk The proper way to request no man pages currently is NO_MAN=xxx. Use it 2014-04-05 17:54:36 +00:00
Makefile Install newly added bsd.mkopt.mk. 2014-04-19 04:59:56 +00:00
plain.test.mk Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
suite.test.mk Move FreeBSD Test Suite-specific code to a suite.test.mk file. 2014-03-14 12:52:55 +00:00
sys.mk Don't apply ctf conversions in POSIX mode. These can't happen there 2014-04-13 05:21:48 +00:00
tap.test.mk Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
version_gen.awk