ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Sun Feb 19 13:37:00 CET 2006


Author: sparky
Date: Sun Feb 19 13:36:59 2006
New Revision: 6979

Modified:
   ppcrcd/trunk/Makefile
Log:
- use vmlinuz insteed of vmlinux


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sun Feb 19 13:36:59 2006
@@ -144,7 +144,7 @@
 		-l /boot/libs-* -V
 
 $(vmlinux):	out/touch/root_installed
-	$(SU) cp out/root/inst/boot/vmlinux-* $@
+	$(SU) cp out/root/inst/boot/vmlinuz-* $@
 	$(SU) chown $$USER $@
 	strip $@
 	strip -R.comment $@


More information about the pld-cvs-commit mailing list