[or-cvs] r17040: {torvm} Pull vmlinuz kernel image from kamikaze build tree instead o (torvm/trunk/build/win32)

coderman at seul.org coderman at seul.org
Sun Oct 5 04:41:55 UTC 2008


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/; \



More information about the tor-commits mailing list