Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Set dependency via KERNLDSCRIPT. Don't touch SYSTE...



details:   https://anonhg.NetBSD.org/src/rev/c5e3708fde50
branches:  trunk
changeset: 333778:c5e3708fde50
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 16 12:02:55 2014 +0000

description:
Set dependency via KERNLDSCRIPT.  Don't touch SYSTEM_DEP from outside.

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc   |  4 ++--
 sys/arch/shark/conf/Makefile.shark.inc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7d95b095449d -r c5e3708fde50 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Sun Nov 16 11:54:29 2014 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Sun Nov 16 12:02:55 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.29 2014/11/15 14:02:19 uebayasi Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.30 2014/11/16 12:02:55 uebayasi Exp $
 
 MACHINE_ARCH?= arm
 CPPFLAGS+=     -D${MACHINE}
@@ -20,7 +20,7 @@
          OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${ARM}/conf/kern.ldscript.tail ) > ldscript
-SYSTEM_DEP+=   ${ARM}/conf/kern.ldscript.head \
+KERNLDSCRIPT=  ${ARM}/conf/kern.ldscript.head \
                $S/conf/mkldscript.sh \
                ${ARM}/conf/kern.ldscript.tail
 
diff -r 7d95b095449d -r c5e3708fde50 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc    Sun Nov 16 11:54:29 2014 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc    Sun Nov 16 12:02:55 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.shark.inc,v 1.21 2014/11/15 13:41:16 uebayasi Exp $
+#      $NetBSD: Makefile.shark.inc,v 1.22 2014/11/16 12:02:55 uebayasi Exp $
 
 CPPFLAGS+=             -D${MACHINE}
 COPTS+=                        -fno-unwind-tables
@@ -14,7 +14,7 @@
          OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${ARM}/conf/kern.ldscript.tail ) > ldscript
-SYSTEM_DEP+=   ${ARM}/conf/kern.ldscript.head \
+KERNLDSCRIPT=  ${ARM}/conf/kern.ldscript.head \
                $S/conf/mkldscript.sh \
                ${ARM}/conf/kern.ldscript.tail
 



Home | Main Index | Thread Index | Old Index