Module Name:    src
Committed By:   uebayasi
Date:           Sun Mar 25 01:56:02 UTC 2012

Modified Files:
        src/sys/conf: Makefile.kern.inc

Log Message:
Don't print blank lines when !CTFCONVERT.


To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 src/sys/conf/Makefile.kern.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.153 src/sys/conf/Makefile.kern.inc:1.154
--- src/sys/conf/Makefile.kern.inc:1.153	Mon Mar 19 05:38:26 2012
+++ src/sys/conf/Makefile.kern.inc	Sun Mar 25 01:56:02 2012
@@ -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 @@ COMPILE_CTFCONVERT=	${_MKSHECHO}\
 			${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

Reply via email to