Module Name: src Committed By: christos Date: Mon Jun 17 17:40:17 UTC 2013
Modified Files: src/usr.sbin/postinstall: postinstall Log Message: don't echo the make command in the output file. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/postinstall/postinstall diff -u src/usr.sbin/postinstall/postinstall:1.153 src/usr.sbin/postinstall/postinstall:1.154 --- src/usr.sbin/postinstall/postinstall:1.153 Sat Jun 15 18:53:18 2013 +++ src/usr.sbin/postinstall/postinstall Mon Jun 17 13:40:17 2013 @@ -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 @@ do_mtree() 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