Module Name: src
Committed By: pooka
Date: Sun Nov 15 13:50:10 UTC 2015
Modified Files:
src/share/mk: bsd.own.mk
src/sys/rump: Makefile.rump
Log Message:
describe => rumpdescribe
To generate a diff of this commit:
cvs rdiff -u -r1.879 -r1.880 src/share/mk/bsd.own.mk
cvs rdiff -u -r1.119 -r1.120 src/sys/rump/Makefile.rump
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.879 src/share/mk/bsd.own.mk:1.880
--- src/share/mk/bsd.own.mk:1.879 Fri Nov 6 01:17:08 2015
+++ src/share/mk/bsd.own.mk Sun Nov 15 13:50:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.879 2015/11/06 01:17:08 jmcneill Exp $
+# $NetBSD: bsd.own.mk,v 1.880 2015/11/15 13:50:10 pooka Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -842,11 +842,13 @@ 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 describe
+ install lint obj regress tags html analyze describe \
+ rumpdescribe
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 describe
+ html subdir-all subdir-install subdir-depend analyze describe \
+ rumpdescribe
.PHONY: ${PHONY_NOTMAIN}
.NOTMAIN: ${PHONY_NOTMAIN}
Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.119 src/sys/rump/Makefile.rump:1.120
--- src/sys/rump/Makefile.rump:1.119 Mon Oct 19 16:16:32 2015
+++ src/sys/rump/Makefile.rump Sun Nov 15 13:50:10 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.119 2015/10/19 16:16:32 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.120 2015/11/15 13:50:10 pooka Exp $
#
.if !defined(_RUMP_MK)
@@ -243,7 +243,7 @@ __archivebuild: .USE
.endif
COMMENT?= (no description)
-describe: .PHONY
+rumpdescribe: .PHONY
@printf '%-24s %s\n' '${LIB}' '${COMMENT}'
_BSD_IOCONF_MK_USER_=1