forked from Imagelibrary/rtems
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.
This commit is contained in:
@@ -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>
|
2000-12-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
|
* custom/vegaplus.cfg: Fix make-exe rule and eliminate mkdir
|
||||||
|
|||||||
@@ -80,11 +80,11 @@ define make-exe
|
|||||||
$(NM) -g -n $@ > $(basename $@).num
|
$(NM) -g -n $@ > $(basename $@).num
|
||||||
$(SIZE) $@
|
$(SIZE) $@
|
||||||
test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
|
test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
|
||||||
cp $@ $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
|
cp $@ $(PROJECT_ROOT)/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader/$(ARCH); \
|
||||||
( cd $(PROJECT_ROOT)/powerpc-rtems/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
|
( cd $(PROJECT_ROOT)/c/mcp750/lib/libbsp/powerpc/$(RTEMS_BSP_FAMILY)/bootloader; \
|
||||||
$(MAKE) bootloader BINARY_LOADED=$@; )
|
$(MAKE) bootloader BINARY_LOADED=$@; )
|
||||||
f=`basename $@ .exe`; \
|
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 \
|
${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe \
|
||||||
&& chmod 755 \
|
&& chmod 755 \
|
||||||
${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe
|
${PROJECT_RELEASE}/bin/$${f}$(LIB_VARIANT).exe
|
||||||
|
|||||||
Reference in New Issue
Block a user