Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Indent.



details:   https://anonhg.NetBSD.org/src/rev/f11f40269868
branches:  trunk
changeset: 810672:f11f40269868
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Sep 11 01:40:52 2015 +0000

description:
Indent.

diffstat:

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

diffs (18 lines):

diff -r 56e166135361 -r f11f40269868 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Fri Sep 11 01:23:37 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Fri Sep 11 01:40:52 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.245 2015/09/10 13:11:39 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.246 2015/09/11 01:40: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}.
@@ -250,7 +250,7 @@
 LINKFLAGS+=    ${LINKFLAGS_NORMAL}
 .endif
 
-SYSTEM_LD_HEAD+=${SYSTEM_LD_HEAD_EXTRA}
+SYSTEM_LD_HEAD+=       ${SYSTEM_LD_HEAD_EXTRA}
 SYSTEM_LD_TAIL_STAGE1= ${SYSTEM_LD_TAIL}
 SYSTEM_LD_TAIL_STAGE2= ${SYSTEM_LD_TAIL}
 .if defined(COPY_SYMTAB)



Home | Main Index | Thread Index | Old Index