Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Fix link echo indent.
details: https://anonhg.NetBSD.org/src/rev/ed2d99b6ac9d
branches: trunk
changeset: 802956:ed2d99b6ac9d
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Fri Oct 10 08:13:52 2014 +0000
description:
Fix link echo indent.
diffstat:
sys/conf/Makefile.kern.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 02b40e628c3f -r ed2d99b6ac9d sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Fri Oct 10 08:13:07 2014 +0000
+++ b/sys/conf/Makefile.kern.inc Fri Oct 10 08:13:52 2014 +0000
@@ -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 @@
${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}
Home |
Main Index |
Thread Index |
Old Index