Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Don't print blank lines when !CTFCONVERT.
details: https://anonhg.NetBSD.org/src/rev/89f17ad51f10
branches: trunk
changeset: 778404:89f17ad51f10
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Mar 25 01:56:02 2012 +0000
description:
Don't print blank lines when !CTFCONVERT.
diffstat:
sys/conf/Makefile.kern.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0fa4d09aae04 -r 89f17ad51f10 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Sun Mar 25 01:41:03 2012 +0000
+++ b/sys/conf/Makefile.kern.inc Sun Mar 25 01:56:02 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.153 2012/03/19 05:38:26 bsh Exp $
+# $NetBSD: Makefile.kern.inc,v 1.154 2012/03/25 01:56:02 uebayasi Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -136,7 +136,7 @@
${CTFCONVERT} ${CTFFLAGS} ${.TARGET} && \
${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
.else
-COMPILE_CTFCONVERT= ${_MKSHECHO}
+COMPILE_CTFCONVERT=
.endif
# compile rules: rules are named ${TYPE}_${SUFFIX} where TYPE is NORMAL or
Home |
Main Index |
Thread Index |
Old Index