Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Print a message when creating a temporary ldscript.



details:   https://anonhg.NetBSD.org/src/rev/9adac9bc4d1a
branches:  trunk
changeset: 810309:9adac9bc4d1a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Aug 25 02:38:15 2015 +0000

description:
Print a message when creating a temporary ldscript.

diffstat:

 sys/arch/epoc32/conf/Makefile.epoc32.inc |  3 ++-
 sys/arch/evbarm/conf/Makefile.evbarm.inc |  4 ++--
 sys/arch/zaurus/conf/Makefile.zaurus.inc |  3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 5453bbecd7d2 -r 9adac9bc4d1a sys/arch/epoc32/conf/Makefile.epoc32.inc
--- a/sys/arch/epoc32/conf/Makefile.epoc32.inc  Tue Aug 25 02:24:34 2015 +0000
+++ b/sys/arch/epoc32/conf/Makefile.epoc32.inc  Tue Aug 25 02:38:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.epoc32.inc,v 1.4 2015/08/24 14:04:24 uebayasi Exp $
+#      $NetBSD: Makefile.epoc32.inc,v 1.5 2015/08/25 02:38:15 uebayasi Exp $
 
 MACHINE_ARCH=          arm
 CPPFLAGS+=             -D${MACHINE}
@@ -17,6 +17,7 @@
     ${THISARM}/conf/ldscript.epoc32 \
     ${THISARM}/conf/Makefile.epoc32.inc \
     Makefile
+       ${_MKTARGET_CREATE}
        ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
            -e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' \
            ${THISARM}/conf/ldscript.epoc32 > tmp && mv tmp $@
diff -r 5453bbecd7d2 -r 9adac9bc4d1a sys/arch/evbarm/conf/Makefile.evbarm.inc
--- a/sys/arch/evbarm/conf/Makefile.evbarm.inc  Tue Aug 25 02:24:34 2015 +0000
+++ b/sys/arch/evbarm/conf/Makefile.evbarm.inc  Tue Aug 25 02:38:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.evbarm.inc,v 1.33 2015/08/24 14:04:24 uebayasi Exp $
+#      $NetBSD: Makefile.evbarm.inc,v 1.34 2015/08/25 02:38:15 uebayasi Exp $
 
 #
 # If this is a install kernel and the ramdisk image exists in the object
@@ -42,7 +42,7 @@
     ${THISARM}/conf/Makefile.evbarm.inc \
     Makefile \
     ${BOARDMKFRAG}
-       echo ${KERNELS}
+       ${_MKTARGET_CREATE}
        ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
            -e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' \
            ${THISARM}/conf/ldscript.evbarm > tmp && mv tmp $@
diff -r 5453bbecd7d2 -r 9adac9bc4d1a sys/arch/zaurus/conf/Makefile.zaurus.inc
--- a/sys/arch/zaurus/conf/Makefile.zaurus.inc  Tue Aug 25 02:24:34 2015 +0000
+++ b/sys/arch/zaurus/conf/Makefile.zaurus.inc  Tue Aug 25 02:38:15 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.zaurus.inc,v 1.8 2015/08/24 14:04:25 uebayasi Exp $
+#      $NetBSD: Makefile.zaurus.inc,v 1.9 2015/08/25 02:38:15 uebayasi Exp $
 
 MACHINE_ARCH?=         arm
 CPPFLAGS+=             -D${MACHINE}
@@ -25,6 +25,7 @@
 
 # generate ldscript from common template
 ldscript: ${THISARM}/conf/ldscript.zaurus ${THISARM}/conf/Makefile.zaurus.inc Makefile
+       ${_MKTARGET_CREATE}
        ${TOOL_SED} -e 's/@KERNEL_BASE_PHYS@/${KERNEL_BASE_PHYS}/' \
            -e 's/@KERNEL_BASE_VIRT@/${KERNEL_BASE_VIRT}/' \
            ${THISARM}/conf/ldscript.zaurus > tmp && mv tmp $@



Home | Main Index | Thread Index | Old Index