Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Change default verbosity level to `traditional'.



details:   https://anonhg.NetBSD.org/src/rev/c7d9d04700ee
branches:  trunk
changeset: 555689:c7d9d04700ee
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Nov 25 09:15:50 2003 +0000

description:
Change default verbosity level to `traditional'.

diffstat:

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

diffs (20 lines):

diff -r 94aca06488e9 -r c7d9d04700ee sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Tue Nov 25 08:52:40 2003 +0000
+++ b/sys/conf/Makefile.kern.inc        Tue Nov 25 09:15:50 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.48 2003/11/25 08:52:40 pk Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.49 2003/11/25 09:15:50 pk Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -32,8 +32,8 @@
 .MAKEOVERRIDES+=USETOOLS       # make sure proper value is propagated
 
 _MKMSG?=               @\#
-_MKSHMSG?=             : echo
-_MKSHECHO?=            : echo
+_MKSHMSG?=             echo
+_MKSHECHO?=            echo
 _MKMSG_CREATE?=                :
 _MKTARGET_COMPILE?=    :
 _MKTARGET_CREATE?=     :



Home | Main Index | Thread Index | Old Index