Source-Changes-HG archive

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

[src/trunk]: src describe => rumpdescribe



details:   https://anonhg.NetBSD.org/src/rev/567618fc7301
branches:  trunk
changeset: 341646:567618fc7301
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 15 13:50:10 2015 +0000

description:
describe => rumpdescribe

diffstat:

 share/mk/bsd.own.mk    |  8 +++++---
 sys/rump/Makefile.rump |  4 ++--
 2 files changed, 7 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 5df4f739832f -r 567618fc7301 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Nov 15 06:43:17 2015 +0000
+++ b/share/mk/bsd.own.mk       Sun Nov 15 13:50:10 2015 +0000
@@ -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 @@
 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}
 
diff -r 5df4f739832f -r 567618fc7301 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump    Sun Nov 15 06:43:17 2015 +0000
+++ b/sys/rump/Makefile.rump    Sun Nov 15 13:50:10 2015 +0000
@@ -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 @@
 .endif
 
 COMMENT?=      (no description)
-describe: .PHONY
+rumpdescribe: .PHONY
        @printf '%-24s %s\n' '${LIB}' '${COMMENT}'
 
 _BSD_IOCONF_MK_USER_=1



Home | Main Index | Thread Index | Old Index