summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-14 14:23:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-14 14:23:10 +0000
commitcec6bb08c45e405e3a4c13ae2dba140cba87ce96 (patch)
tree51c4c1b412524fbf6d2ebb3fee83ccc1c1579bbf /make
parent2000-12-14 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-cec6bb08c45e405e3a4c13ae2dba140cba87ce96.tar.bz2
2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
* custom/mcp750.cfg: Fix problems in generation of .exe file. Still need to fix to avoid touching install point on non-install stanza.
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/mcp750.cfg6
2 files changed, 8 insertions, 3 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index a2aaa8e3f5..217dce9c1c 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,9 @@
+2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
+
+ * custom/mcp750.cfg: Fix problems in generation of .exe file.
+ Still need to fix to avoid touching install point on non-install stanza.
+
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
diff --git a/make/custom/mcp750.cfg b/make/custom/mcp750.cfg
index 17deb48e15..695cef2795 100644
--- a/make/custom/mcp750.cfg
+++ b/make/custom/mcp750.cfg
@@ -80,11 +80,11 @@ define make-exe
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
- cp $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
- ( cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
+ cp $@ $(PROJECT_ROOT)/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
+ ( cd $(PROJECT_ROOT)/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
$(MAKE) bootloader BINARY_LOADED=$@; )
f=`basename $@ .exe`; \
- cp $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/bootloader \
+ cp $(PROJECT_ROOT)/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/bootloader \
${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe \
&& chmod 755 \
${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe