ppcrcd/trunk/Makefile
    sparky 
    cvs at pld-linux.org
       
    Sat Jan 28 16:13:11 CET 2006
    
    
  
Author: sparky
Date: Sat Jan 28 16:13:06 2006
New Revision: 6895
Modified:
   ppcrcd/trunk/Makefile
Log:
- don't change anything in builder script, now it has all i need
Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Sat Jan 28 16:13:06 2006
@@ -42,7 +42,9 @@
 		-follow-links			\
 		-hfs				\
 		-part				\
+		-probe				\
 		-map $(boot)/hfs.map		\
+		-netatalk			\
 		-no-desktop			\
 		-volid "PPCRCD"			\
 		-sysid "PPCRCD"			\
@@ -50,6 +52,7 @@
 		-hfs-volid "PPCRCD"		\
 		-hfs-bless $(cdroot)/ppc	\
 		-chrp-boot			\
+		-joliet				\
 		-rational-rock			\
 		-sort files.sort		\
 		-output	$@			\
@@ -249,10 +252,6 @@
 	mkdir -p out/{touch/stop,root,images}
 	cd out/rpm && cvs -d ":pserver:cvs at cvs.pld-linux.org:/cvsroot" get \
 		SPECS/builder SOURCES/kernel-ppc.config
-	sed -e '/SOURCE_DIR=/s@=.*$$@="$(PWD)/out/rpm/SOURCES"@'	\
-		-e '/SPECS_DIR=/s@=.*$$@="$(PWD)/out/rpm/SPECS"@'	\
-		-e '/rpmbuild --nodig/s at rpmbuild@rpmbuild --define="_topdir $(PWD)/out/rpm"@' \
-		-i out/rpm/SPECS/builder
 	sleep 1 && touch $@
 
 .PHONY:	info
    
    
More information about the pld-cvs-commit
mailing list