Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall don't echo the make command in the outp...



details:   https://anonhg.NetBSD.org/src/rev/320f0486b16b
branches:  trunk
changeset: 787432:320f0486b16b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 17 17:40:17 2013 +0000

description:
don't echo the make command in the output file.

diffstat:

 usr.sbin/postinstall/postinstall |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 765af8e3f5de -r 320f0486b16b usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Mon Jun 17 15:58:40 2013 +0000
+++ b/usr.sbin/postinstall/postinstall  Mon Jun 17 17:40:17 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index