Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Redo rev 1.154 by using an explicit MKSHNOECHO that...



details:   https://anonhg.NetBSD.org/src/rev/e174498e771b
branches:  trunk
changeset: 778416:e174498e771b
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 25 09:15:20 2012 +0000

description:
Redo rev 1.154 by using an explicit MKSHNOECHO that does not output anything.

diffstat:

 sys/conf/Makefile.kern.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 164c444baac1 -r e174498e771b sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Sun Mar 25 08:48:40 2012 +0000
+++ b/sys/conf/Makefile.kern.inc        Sun Mar 25 09:15:20 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.155 2012/03/25 06:55:20 joerg Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.156 2012/03/25 09:15:20 martin Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -37,6 +37,7 @@
 _MKMSG?=               @\#
 _MKSHMSG?=             echo
 _MKSHECHO?=            echo
+_MKSHNOECHO=           :
 _MKMSG_CREATE?=                :
 _MKTARGET_COMPILE?=    :
 _MKTARGET_CREATE?=     :
@@ -136,7 +137,7 @@
                        ${CTFCONVERT} ${CTFFLAGS} ${.TARGET} && \
                        ${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
 .else
-COMPILE_CTFCONVERT=
+COMPILE_CTFCONVERT=    ${_MKSHNOECHO}
 .endif
 
 # compile rules: rules are named ${TYPE}_${SUFFIX} where TYPE is NORMAL or



Home | Main Index | Thread Index | Old Index