Module Name: src
Committed By: uebayasi
Date: Fri Oct 10 08:13:52 UTC 2014
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Fix link echo indent.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 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.175 src/sys/conf/Makefile.kern.inc:1.176
--- src/sys/conf/Makefile.kern.inc:1.175 Thu Oct 9 16:35:57 2014
+++ src/sys/conf/Makefile.kern.inc Fri Oct 10 08:13:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.175 2014/10/09 16:35:57 uebayasi Exp $
+# $NetBSD: Makefile.kern.inc,v 1.176 2014/10/10 08:13:52 uebayasi Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -158,7 +158,7 @@ NORMAL_S?= @${_MKSHMSG} "compile ${.CUR
${CC} ${AFLAGS} ${AFLAGS.${<:T}} ${CPPFLAGS} -c $<
# link rules:
-LINK_O?= @${_MKSHMSG} " link ${.CURDIR:T}/${.TARGET}" && \
+LINK_O?= @${_MKSHMSG} " link ${.CURDIR:T}/${.TARGET}" && \
${_MKSHECHO}\
${LD} -r -o ${.TARGET} ${.ALLSRC} && \
${LD} -r -o ${.TARGET} ${.ALLSRC}