Module Name:    src
Committed By:   pooka
Date:           Mon Oct 19 16:17:14 UTC 2015

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Allow "make describe" to descend into SUBDIRs.


To generate a diff of this commit:
cvs rdiff -u -r1.876 -r1.877 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.876 src/share/mk/bsd.own.mk:1.877
--- src/share/mk/bsd.own.mk:1.876	Tue Oct 13 20:12:03 2015
+++ src/share/mk/bsd.own.mk	Mon Oct 19 16:17:14 2015
@@ -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 @@ ARM_APCS_FLAGS+=${${ACTIVE_CC} == "clang
 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}
 

Reply via email to