ppcrcd: Makefile conf.dir/dev/devs

sparky cvs at pld-linux.org
Thu Jun 16 16:24:17 CEST 2005


Author: sparky
Date: Thu Jun 16 16:24:12 2005
New Revision: 6102

Modified:
   ppcrcd/Makefile
   ppcrcd/conf.dir/dev/devs
Log:
- added dev/tty
- yaboot depends on /usr/lib/libext2fs.a


Modified: ppcrcd/Makefile
==============================================================================
--- ppcrcd/Makefile	(original)
+++ ppcrcd/Makefile	Thu Jun 16 16:24:12 2005
@@ -85,8 +85,7 @@
 	cp boot.dir/{hfs.map,boot.msg,yaboot.conf,*.help} boot.work
 	rm -f boot.work/*~
 	sed -e 's/@_VERSION_@/$(VERSION)/g'	\
-		-i boot.work/boot.msg		\
-		-i boot.work/ofboot.b
+		-i boot.work/boot.msg
 	cp root.inst/boot/vmlinux-* boot.work/vmlinux
 	strip boot.work/vmlinux
 	gzip -9 boot.work/vmlinux
@@ -114,6 +113,7 @@
 		$(SU) chroot root.swork /sbin/depmod -a $$KVER
 	#
 	$(SU) cp -dr conf.dir/* root.swork
+	$(SU) find root.swork -name .svn | xargs $(SU) rm -rf
 	$(SU) mkdir -p root.swork/usr/share/doc/ppcrcd
 	$(SU) cp -r doc/* root.swork/usr/share/doc/ppcrcd
 	#
@@ -124,7 +124,7 @@
 	$(SU) mv root.swork $@
 
 
-yaboot/yaboot:	yaboot/yaboot.c yaboot/Makefile
+yaboot/yaboot:	yaboot/yaboot.c yaboot/Makefile /usr/lib/libext2fs.a
 	make -C yaboot
 
 root.installed:	$(INSTALL) root.inst root-ok-deps

Modified: ppcrcd/conf.dir/dev/devs
==============================================================================
--- ppcrcd/conf.dir/dev/devs	(original)
+++ ppcrcd/conf.dir/dev/devs	Thu Jun 16 16:24:12 2005
@@ -5,4 +5,5 @@
 c   1   8  random
 c   4   0  systty
 c   4   1  tty1
+c   5   0  tty
 c   5   1  console



More information about the pld-cvs-commit mailing list