Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk add ${MKTARGET_CREATE} for tags



details:   https://anonhg.NetBSD.org/src/rev/9de546a0b456
branches:  trunk
changeset: 791840:9de546a0b456
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Dec 05 22:49:33 2013 +0000

description:
add ${MKTARGET_CREATE} for tags

diffstat:

 share/mk/bsd.dep.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5055b06f8cdf -r 9de546a0b456 share/mk/bsd.dep.mk
--- a/share/mk/bsd.dep.mk       Thu Dec 05 22:06:13 2013 +0000
+++ b/share/mk/bsd.dep.mk       Thu Dec 05 22:49:33 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.dep.mk,v 1.79 2013/10/31 01:55:03 mrg Exp $
+#      $NetBSD: bsd.dep.mk,v 1.80 2013/12/05 22:49:33 matt Exp $
 
 ##### Basic targets
 realdepend:    beforedepend .depend afterdepend
@@ -101,6 +101,7 @@
 .if !target(tags)
 tags: ${SRCS}
 .if defined(SRCS) && !empty(SRCS)
+       ${_MKTARGET_CREATE}
        -cd "${.CURDIR}"; ctags -f /dev/stdout ${.ALLSRC:N*.h} | \
            ${TOOL_SED} "s;\${.CURDIR}/;;" > tags
 .endif



Home | Main Index | Thread Index | Old Index