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
Show replies by date