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/b0b8ea03c604
branches: trunk
changeset: 325100:b0b8ea03c604
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 1d16e38e0939 -r b0b8ea03c604 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