summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2010-03-27 03:48:00 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2010-03-27 03:48:00 +0000
commit2233d37f628717153ed81bcd5b74218a1b72f599 (patch)
tree6062b961475ec44e24b72e29c25262783995dc6c
parentd6288364feb8590382f7fd21a5956a6c11d559ca (diff)
pass -d -t to the default ``make tags'' flags.
note that this does not affect sys (which already uses those flags) and libc (which has its own special target for them). just other uses of bsd.{prog,lib,dep}.mk. "I suppose" deraadt@, "yes, we want that" marco@ From Toni Mueller, thanks!
-rw-r--r--share/mk/bsd.dep.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.dep.mk b/share/mk/bsd.dep.mk
index 6488a136a54..639109373c7 100644
--- a/share/mk/bsd.dep.mk
+++ b/share/mk/bsd.dep.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.dep.mk,v 1.8 2008/03/24 16:39:13 espie Exp $
+# $OpenBSD: bsd.dep.mk,v 1.9 2010/03/27 03:47:59 oga Exp $
# $NetBSD: bsd.dep.mk,v 1.12 1995/09/27 01:15:09 christos Exp $
# some of the rules involve .h sources, so remove them from mkdep line
@@ -39,7 +39,7 @@ afterdepend:
.if !target(tags)
. if defined(SRCS)
tags: ${SRCS} _SUBDIRUSE
- -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout ${.ALLSRC:N*.h} | \
+ -cd ${.CURDIR}; ${CTAGS} -f /dev/stdout -d -t ${.ALLSRC:N*.h} | \
sed "s;\${.CURDIR}/;;" > tags
. else
tags: