Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 21:17:45 UTC 2014
Modified Files:
src/etc/mtree [netbsd-6]: Makefile
Log Message:
Pull up following revision(s) (requested by gdt in ticket #1163):
etc/mtree/Makefile: revision 1.24
silence is golden
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.22.4.1 src/etc/mtree/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.22 src/etc/mtree/Makefile:1.22.4.1
--- src/etc/mtree/Makefile:1.22 Sat Sep 10 17:02:46 2011
+++ src/etc/mtree/Makefile Mon Nov 3 21:17:45 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/09/10 17:02:46 apb Exp $
+# $NetBSD: Makefile,v 1.22.4.1 2014/11/03 21:17:45 msaitoh Exp $
.include <bsd.own.mk>
@@ -52,7 +52,7 @@ TOOL_MTREE.unpriv= -W
# the Makefile.
#
emit_dist_file:
- cat ${.CURDIR}/NetBSD.dist.base ${EXTRA_DIST_FILES}
+ @cat ${.CURDIR}/NetBSD.dist.base ${EXTRA_DIST_FILES}
distrib-dirs: .PHONY check_DESTDIR NetBSD.dist
.if !defined(DISTRIBUTION_DONE) # {