[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r17040: {torvm} Pull vmlinuz kernel image from kamikaze build tree instead o (torvm/trunk/build/win32)
Author: coderman
Date: 2008-10-05 00:41:54 -0400 (Sun, 05 Oct 2008)
New Revision: 17040
Modified:
torvm/trunk/build/win32/Makefile
Log:
Pull vmlinuz kernel image from kamikaze build tree instead of cached ISO build dir. ISO builds may not be needed/used in the future.
Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile 2008-10-05 04:34:19 UTC (rev 17039)
+++ torvm/trunk/build/win32/Makefile 2008-10-05 04:41:54 UTC (rev 17040)
@@ -188,8 +188,8 @@
mkdir -p $(ISODIR)/dl/src; \
mkdir $(ISODIR)/bin; \
mkdir $(ISODIR)/add; \
- if [ -e ../iso/vm-isosrc/kernels/boot ]; then \
- cp ../iso/vm-isosrc/kernels/boot $(ISODIR)/add/vmlinuz; \
+ if [ -e ../kamikaze/x86-uclibc-vm/bin/openwrt-x86-vmlinuz ]; then \
+ cp ../kamikaze/x86-uclibc-vm/bin/openwrt-x86-vmlinuz $(ISODIR)/add/vmlinuz; \
fi; \
cp files/autorun.inf files/install.bat $(ISODIR)/; \
cp files/hdd.img.gz $(ISODIR)/add/; \