Mon Jun 17 17:40:17 2013 UTC ()
don't echo the make command in the output file.


(christos)
diff -r1.153 -r1.154 src/usr.sbin/postinstall/postinstall

cvs diff -r1.153 -r1.154 src/usr.sbin/postinstall/Attic/postinstall (expand / switch to context diff)
--- src/usr.sbin/postinstall/Attic/postinstall 2013/06/15 22:53:18 1.153
+++ src/usr.sbin/postinstall/Attic/postinstall 2013/06/17 17:40:17 1.154
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.153 2013/06/15 22:53:18 christos Exp $
+# $NetBSD: postinstall,v 1.154 2013/06/17 17:40:17 christos Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1052,7 +1052,7 @@
 	if ! $SOURCEMODE; then
 		MTREE_DIR="${SRC_DIR}/etc/mtree"
 	else
-		${MAKE} -C "${SRC_DIR}/etc/mtree" emit_dist_file > \
+		${MAKE} -s -C "${SRC_DIR}/etc/mtree" emit_dist_file > \
 		    "${SCRATCHDIR}/NetBSD.dist"
 		MTREE_DIR="${SCRATCHDIR}"
 	fi