summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Re-indent the ALL_SUBDIR_TARGETS listbdrewery2015-10-141-2/+3
| * Revert r289282 for now as the interaction with a directory containingbdrewery2015-10-144-15/+20
| * /libexec subdirs are part of the base system (for *.debug files)emaste2015-10-141-1/+1
| * Fix support for building a PROG_CXX, and PROG, directly.bdrewery2015-10-141-3/+6
| * Follow-up r288218 by ensuring common objects are built before recursing.bdrewery2015-10-141-0/+19
| * Replace the out-of-place includes/files/config handling in bsd.subdir.mk withbdrewery2015-10-144-20/+15
| * Correct a comment in bsd.incs.mk forgotten in r274662 and copied into bsd.con...bdrewery2015-10-142-2/+2
| * Add a note about the mysterious files/includes/config block.bdrewery2015-10-141-0/+3
* | Merge from headbapt2015-10-131-6/+7
|\ \ | |/
| * bsd.subdir.mk: Move all of the targets into ALL_SUBDIR_TARGETS.bdrewery2015-10-131-6/+7
| * bsd.subdir.mk: Handle cleanobj.bdrewery2015-10-131-1/+1
* | Merge from headbapt2015-10-1329-172/+360
|\ \ | |/
| * Default TESTSDIR to /usr/tests/${RELDIR:H}ngie2015-10-112-4/+9
| * Simplify netbsd-tests.test.mkngie2015-10-111-8/+4
| * Use existing CONFDIR instead of adding a new CONFIGDIRbapt2015-10-111-1/+0
| * Install bsd.confs.mkbapt2015-10-103-2/+3
| * Install configuration files with CONFMODE instead of SHAREMODEbapt2015-10-091-1/+1
| * Add a new bsd.confs.mk similar to bsd.files.mk or bsd.incs.mkbapt2015-10-097-2/+93
| * To help bootstrap new local depends,sjg2015-10-071-0/+6
| * Do not assume host toolchain supports sysrootsjg2015-10-071-1/+2
| * In jobs mode we can use .ORDER to force stage_links to run after othersjg2015-10-075-21/+24
| * Merge ^/head r288836 through r288925.dim2015-10-061-1/+4
| |\
| | * Previous versions of bsd.own.mk included bsd.compiler.mkimp2015-10-061-1/+4
| * | Merge ^/head r288457 through r288830.dim2015-10-052-4/+5
| |\ \ | | |/
| | * Bump the stack protector to level "strong".pfg2015-10-041-1/+1
| | * META_MODE: Fix stage_links not running in the right order without -j.bdrewery2015-10-021-3/+4
| * | Merge ^/head r288197 through r288456.dim2015-10-0110-25/+32
| |\ \ | | |/
| | * META_MODE: Set HOST_CXX and HOST_CPP and chain them down into CXX/CPP for hos...bdrewery2015-09-302-6/+13
| | * META_MODE: Remove unneeded groff/tmac special GENDIRDEPS_FILTER.bdrewery2015-09-301-4/+0
| | * Remove 'set -e' that are no longer needed as it is already default.bdrewery2015-09-252-6/+4
| | * Explicitly enable .MAKE.ALWAYS_PASS_JOB_QUEUE for bmake.bdrewery2015-09-251-0/+4
| | * The bsd.progs.mk -> bsd.prog.mk rework did not pan out yet.bdrewery2015-09-251-1/+1
| | * PROGS: Let the parent run the children in parallel.bdrewery2015-09-251-2/+0
| | * META_MODE: Fix staging not respecting _DIR overrides.bdrewery2015-09-252-5/+9
| | * Don't recurse with cleanobj.bdrewery2015-09-251-1/+1
| * | Merge ^/head r288126 through r288196.dim2015-09-248-36/+60
| |\ \ | | |/
| | * Fix running make in src directories without a Makefile giving confusing errors.bdrewery2015-09-241-0/+6
| | * Note that LIBADD is only valid in /usr/src.bdrewery2015-09-241-3/+5
| | * Add very basic LIBADD documentation.bdrewery2015-09-241-0/+6
| | * Document bsd.progs.mk and add more variables overrides.bdrewery2015-09-242-2/+18
| | * RELDIR is useful without META_MODE. Always define it.bdrewery2015-09-232-6/+6
| | * Fix most cases of bsd.progs.mk running duplicate or missing commands.bdrewery2015-09-233-25/+12
OpenPOWER on IntegriCloud