SVN: ppcrcd/trunk/Makefile

sparky sparky at pld-linux.org
Mon Nov 6 17:54:32 CET 2006


Author: sparky
Date: Mon Nov  6 17:54:31 2006
New Revision: 7939

Modified:
   ppcrcd/trunk/Makefile
Log:
- no -joiliet in mkisofs


Modified: ppcrcd/trunk/Makefile
==============================================================================
--- ppcrcd/trunk/Makefile	(original)
+++ ppcrcd/trunk/Makefile	Mon Nov  6 17:54:31 2006
@@ -73,7 +73,6 @@
 		-hfs-volid "PPCRCD"		\
 		-hfs-bless $(cdroot)/ppc	\
 		-chrp-boot			\
-		-joliet				\
 		-rational-rock			\
 		-sort files.sort		\
 		-output	$@			\
@@ -258,7 +257,7 @@
 	cd out/rpm/SPECS && ( rpmbuild -bb	\
 		--define="_topdir $(PWD)/out/rpm"	\
 		$(notdir $(firstword $^)).spec		\
-		$(BCOND-$(notdir $(firstword $^))) $(BCOND)		\
+		$(BCOND-$(notdir $(firstword $^))) $(BCOND)	\
 		--define="optflags $(RCFLAGS)"			\
 		--define="optldflags $(RLDFLAGS)";		\
 		echo $$? > $(PWD)/EXIT) | tee $(PWD)/buildout;


More information about the pld-cvs-commit mailing list