Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Missing dependency on ldscript files.



details:   https://anonhg.NetBSD.org/src/rev/06ce3f909852
branches:  trunk
changeset: 803815:06ce3f909852
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Nov 13 15:03:06 2014 +0000

description:
Missing dependency on ldscript files.

diffstat:

 sys/arch/cats/conf/Makefile.cats.inc   |  5 ++++-
 sys/arch/luna68k/conf/Makefile.luna68k |  5 ++++-
 sys/arch/shark/conf/Makefile.shark.inc |  5 ++++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (57 lines):

diff -r 4a1ef2288b31 -r 06ce3f909852 sys/arch/cats/conf/Makefile.cats.inc
--- a/sys/arch/cats/conf/Makefile.cats.inc      Thu Nov 13 13:44:31 2014 +0000
+++ b/sys/arch/cats/conf/Makefile.cats.inc      Thu Nov 13 15:03:06 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.cats.inc,v 1.27 2013/08/17 19:57:09 skrll Exp $
+#      $NetBSD: Makefile.cats.inc,v 1.28 2014/11/13 15:03:06 uebayasi Exp $
 
 MACHINE_ARCH?= arm
 CPPFLAGS+=     -D${MACHINE}
@@ -20,6 +20,9 @@
          OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${ARM}/conf/kern.ldscript.tail ) > ldscript
+SYSTEM_DEP+=   ${ARM}/conf/kern.ldscript.head \
+               $S/conf/mkldscript.sh \
+               ${ARM}/conf/kern.ldscript.tail
 
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo "${OBJCOPY} ${OBJCOPY_ELF2AOUT_FLAGS} $@ $@.aout"; \
diff -r 4a1ef2288b31 -r 06ce3f909852 sys/arch/luna68k/conf/Makefile.luna68k
--- a/sys/arch/luna68k/conf/Makefile.luna68k    Thu Nov 13 13:44:31 2014 +0000
+++ b/sys/arch/luna68k/conf/Makefile.luna68k    Thu Nov 13 15:03:06 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.luna68k,v 1.24 2013/03/10 07:18:20 christos Exp $
+#      $NetBSD: Makefile.luna68k,v 1.25 2014/11/13 15:03:06 uebayasi Exp $
 
 # Makefile for NetBSD
 #
@@ -69,6 +69,9 @@
          OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${LUNA68K}/conf/kern.ldscript.tail ) > ldscript
+SYSTEM_DEP+=   ${LUNA68K}/conf/kern.ldscript.head \
+               $S/conf/mkldscript.sh \
+               ${LUNA68K}/conf/kern.ldscript.tail
 
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo "${ELF2AOUT} $@ $@.aout" ; \
diff -r 4a1ef2288b31 -r 06ce3f909852 sys/arch/shark/conf/Makefile.shark.inc
--- a/sys/arch/shark/conf/Makefile.shark.inc    Thu Nov 13 13:44:31 2014 +0000
+++ b/sys/arch/shark/conf/Makefile.shark.inc    Thu Nov 13 15:03:06 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.shark.inc,v 1.19 2013/08/22 20:03:15 martin Exp $
+#      $NetBSD: Makefile.shark.inc,v 1.20 2014/11/13 15:03:07 uebayasi Exp $
 
 CPPFLAGS+=             -D${MACHINE}
 COPTS+=                        -fno-unwind-tables
@@ -14,6 +14,9 @@
          OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh \
                ${SYSTEM_OBJ} ; \
          cat ${ARM}/conf/kern.ldscript.tail ) > ldscript
+SYSTEM_DEP+=   ${ARM}/conf/kern.ldscript.head \
+               $S/conf/mkldscript.sh \
+               ${ARM}/conf/kern.ldscript.tail
 
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo "${OBJCOPY} ${OBJCOPY_ELF2AOUT_FLAGS} $@ $@.aout"; \



Home | Main Index | Thread Index | Old Index