Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Allow "make describe" to descend into SUBDIRs.
details: https://anonhg.NetBSD.org/src/rev/85e8a4b252a8
branches: trunk
changeset: 811274:85e8a4b252a8
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Oct 19 16:17:14 2015 +0000
description:
Allow "make describe" to descend into SUBDIRs.
diffstat:
share/mk/bsd.own.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r afd4a3c565d7 -r 85e8a4b252a8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Oct 19 16:16:32 2015 +0000
+++ b/share/mk/bsd.own.mk Mon Oct 19 16:17:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.876 2015/10/13 20:12:03 rjs Exp $
+# $NetBSD: bsd.own.mk,v 1.877 2015/10/19 16:17:14 pooka Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -842,11 +842,11 @@
GENASSYM_CPPFLAGS+= ${${ACTIVE_CC} == "clang":? -no-integrated-as :}
TARGETS+= all clean cleandir depend dependall includes \
- install lint obj regress tags html analyze
+ install lint obj regress tags html analyze describe
PHONY_NOTMAIN = all clean cleandir depend dependall distclean includes \
install lint obj regress beforedepend afterdepend \
beforeinstall afterinstall realinstall realdepend realall \
- html subdir-all subdir-install subdir-depend analyze
+ html subdir-all subdir-install subdir-depend analyze describe
.PHONY: ${PHONY_NOTMAIN}
.NOTMAIN: ${PHONY_NOTMAIN}
Home |
Main Index |
Thread Index |
Old Index