nevermind. It helps to do a make bootcd in the terminal that has the
value and
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/
bin:/usr/games:/opt/www/htdig/bin:/usr/lib/java/bin:/usr/lib/java/jre/bi
n:/opt/kde/bin:/usr/lib/qt/bin to mingw defined.
Modified: trunk/reactos/boot/freeldr/Makefile
_____
Modified: trunk/reactos/boot/freeldr/Makefile
--- trunk/reactos/boot/freeldr/Makefile 2005-04-02 00:05:16 UTC (rev
14428)
+++ trunk/reactos/boot/freeldr/Makefile 2005-04-02 00:11:50 UTC (rev
14429)
@@ -38,6 +38,7 @@
$(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
@@ -46,5 +47,7 @@
$(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