NetBSD/share/mk
lukem 1defdf0961 bsd.dep.mk: fix "make tags" (again)
[repeat revision 1.85]

Fix "make tags" to actually build a tags file:
- Use !commands() instead of !target(), so that the rule actually works
- Write to ${.OBJDIR}/tags for read-only source (don't know why ${.TARGET}
  isn't sufficient).
- Only match *.[cly] from ${.ALLSRCS} - just excluding *.h causes failures
  because of ${targ}: subdir-${targ} in bsd.subdir.mk.

Thanks to uwe@ for assistance.
2020-07-01 07:38:29 +00:00
..
Makefile Separate devicetree .dts -> .dtb building from kernel builds. They are now 2020-05-18 21:19:34 +00:00
bsd.README document PROGS and PROGS_CXX, and default c++ SRCS 2020-06-21 13:29:05 +00:00
bsd.buildinstall.mk
bsd.clang-analyze.mk
bsd.clean.mk
bsd.dep.mk bsd.dep.mk: fix "make tags" (again) 2020-07-01 07:38:29 +00:00
bsd.doc.mk Remove CreationDate from the header of output postscript. Also, feed -n 2015-08-04 08:36:14 +00:00
bsd.dtb.mk Fix dtblist; our echo(1) does not interpret \t. 2020-05-19 08:59:36 +00:00
bsd.endian.mk Add RISCV-V support. 2014-09-19 17:45:42 +00:00
bsd.files.mk
bsd.gcc.mk Drop checks for EXTERNAL_TOOLCHAIN for crt*.o. We've been using our own 2018-05-09 13:18:53 +00:00
bsd.host.mk add DTRACE_OPTS and HOST_DTRACE_OPTS to allow disabling various optimizations 2018-02-25 18:53:23 +00:00
bsd.hostinit.mk Create a new bsd.hostinit.mk file and put the build definitions for all host 2018-05-01 19:59:42 +00:00
bsd.hostlib.mk include bsd.hostinit.mk instead of bsd.init.mk 2018-05-04 14:50:40 +00:00
bsd.hostprog.mk Add libgnuctf 2020-04-04 01:35:22 +00:00
bsd.inc.mk Remove extra -c. -c has been the default behavior since 2003, and 2018-12-26 22:57:22 +00:00
bsd.info.mk Most of the mv operations are to move temporary files to their final place. 2019-01-21 21:11:54 +00:00
bsd.init.mk
bsd.ioconf.mk Add a new build make variable, CONFIGOPTS, which is passed to config(1) 2014-11-30 15:53:29 +00:00
bsd.kernobj.mk
bsd.kinc.mk Remove extra -c. -c has been the default behavior since 2003, and 2018-12-26 22:57:22 +00:00
bsd.klinks.mk Add /usr/include/xen/intrdefs.h to sets 2020-04-25 15:46:59 +00:00
bsd.kmodule.mk Update the list of hppa options to build working kernel modules. 2020-05-11 10:21:24 +00:00
bsd.lib.mk 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library 2020-06-01 14:39:14 +00:00
bsd.links.mk
bsd.lua.mk Introduce MKSTRIPSYM build option 2017-04-20 09:29:10 +00:00
bsd.man.mk Most of the mv operations are to move temporary files to their final place. 2019-01-21 21:11:54 +00:00
bsd.nls.mk
bsd.obj.mk Prevent 'make obj' creating an objdir inside an objdir. This happens the 2018-05-19 14:11:30 +00:00
bsd.own.mk sun2 and vax have no native TLS support, so avoid using modern jemalloc 2020-06-06 22:06:42 +00:00
bsd.prog.mk Rename blacklist -> blocklist 2020-06-15 01:57:29 +00:00
bsd.rpc.mk centralize the rpcgen flags and set for BSD output 2013-12-15 00:28:45 +00:00
bsd.sanitizer.mk Enhance the support of LLVM sanitizers 2019-08-27 22:48:53 +00:00
bsd.shlib.mk
bsd.subdir.mk use SUBDIR.roff suggested by uwe@ 2018-06-10 17:55:11 +00:00
bsd.sys.mk Don't add KCOV instrumentation on top of the KUBSAN instrumentation, 2020-05-15 19:07:01 +00:00
bsd.syscall.mk - Add a new bsd.host.mk that contains all the HOST_ variables extracted from 2014-01-16 01:19:46 +00:00
bsd.test.mk Most of the mv operations are to move temporary files to their final place. 2019-01-21 21:11:54 +00:00
bsd.x11.mk update for xorg-server 1.20.6. 2020-02-23 10:28:16 +00:00
compare-lib-lists Compare libraries that the bsd.prog.mk "knows about" vs the ones we actually 2019-11-18 16:23:28 +00:00
sys.mk Don't special case aarch64 and add -fomit-frame-pointer to builds. 2020-02-08 21:16:53 +00:00