ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Mon Mar 6 10:54:10 CET 2006


Author: sparky
Date: Mon Mar  6 10:54:09 2006
New Revision: 7106

Modified:
   ppcrcd/trunk/Makefile
Log:
- proces boot files correctly, after rename


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Mon Mar  6 10:54:09 2006
@@ -122,11 +122,11 @@
 $(boot):	out/touch/root_installed $(vmlinuz) yaboot/yaboot boot.dir
 	rm -rf $@{,.work}
 	mkdir -p $@.work
-	cp boot.dir/{hfs.map,boot.msg{,.net},*.help,prep-tftp-files.sh} $@.work
+	cp boot.dir/{hfs.map,boot.msg{,.net},*.hlp,prep-tftp-files.sh} $@.work
 	$(PWD)/fill_conf.pl $(vmlinuz) out/images/vmlinux.bin{.gz,} $(initrd_sqf) \
-		boot.dir/yaboot.conf.in > $@.work/yaboot.conf
+		boot.dir/yaboot.cfg.in > $@.work/yaboot.cfg
 	$(PWD)/fill_conf.pl $(vmlinuz) out/images/vmlinux.bin{.gz,} $(initrd_sqf) \
-		boot.dir/yaboot.conf.net.in > $@.work/yaboot.conf.net
+		boot.dir/yaboot.cfg.net.in > $@.work/yaboot.cfg.net
 	rm -f $@.work/*~
 	sed -e 's/"@_VERSION_@"/$(VER13)/g'	\
 		-i $@.work/boot.msg		\


More information about the pld-cvs-commit mailing list