ppcrcd/trunk/Makefile

sparky cvs at pld-linux.org
Wed Jan 18 14:45:53 CET 2006


Author: sparky
Date: Wed Jan 18 14:45:51 2006
New Revision: 6850

Modified:
   ppcrcd/trunk/Makefile
Log:
- copy prep-tftp-files.sh; don't create ofboot.b (bootinfo.txt is enought)


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Wed Jan 18 14:45:51 2006
@@ -111,11 +111,10 @@
 		$(@:out/touch/stop/%=%) off
 	sleep 1 && touch $@
 
-$(boot):	out/touch/root_installed $(vmlinuz) yaboot/yaboot \
-		yaboot/yaboot boot.dir
+$(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} $@.work
+	cp boot.dir/{hfs.map,boot.msg{,.net},*.help,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
 	$(PWD)/fill_conf.pl $(vmlinuz) out/images/vmlinux.bin{.gz,} $(initrd_sqf) \
@@ -126,7 +125,6 @@
 		-i $@.work/boot.msg.net
 	cp $(vmlinuz) $@.work
 	cp yaboot/yaboot $@.work
-	cp -a bootinfo.txt $@.work/ofboot.b
 	mv $@{.work,}
 
 $(vmlinuz):	$(vmlinux) $(initrd_sqf) \


More information about the pld-cvs-commit mailing list