[ros-diffs] [sedwards] 14428: mingw32-linux is not setting
ARCH=i386....this fixes the bootcd for now
sedwards at svn.reactos.com
sedwards at svn.reactos.com
Sat Apr 2 02:05:18 CEST 2005
mingw32-linux is not setting ARCH=i386....this fixes the bootcd for now
Modified: trunk/reactos/boot/freeldr/Makefile
_____
Modified: trunk/reactos/boot/freeldr/Makefile
--- trunk/reactos/boot/freeldr/Makefile 2005-04-01 22:39:20 UTC (rev
14427)
+++ trunk/reactos/boot/freeldr/Makefile 2005-04-02 00:05:16 UTC (rev
14428)
@@ -38,7 +38,6 @@
$(MAKE) -C tools clean
bootcd:
-ifeq ($(ARCH),i386)
$(CP) bootsect/isoboot.bin ${BOOTCD_DIR}/../isoboot.bin
$(CP) bootsect/dosmbr.bin ${BOOTCD_DIR}/loader/dosmbr.bin
$(CP) bootsect/ext2.bin ${BOOTCD_DIR}/loader/ext2.bin
@@ -47,6 +46,5 @@
$(CP) bootsect/isoboot.bin ${BOOTCD_DIR}/loader/isoboot.bin
$(CP) freeldr/freeldr.sys ${BOOTCD_DIR}/loader/freeldr.sys
$(CP) freeldr/setupldr.sys ${BOOTCD_DIR}/loader/setupldr.sys
-endif
.PHONY : clean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050402/a35bee57/attachment.html
More information about the Ros-diffs
mailing list