rpms/perl-Readonly-XS Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri Oct 6 16:20:15 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Readonly-XS
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8284

Modified Files:
	Makefile 
Log Message:
Drop buildrequires on perl(Readonly); patch Makefile.PL to keep it from
complaining.  This should resolve the rather involved little loop I
inadvertently introduced some moments ago.



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Readonly-XS/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	8 Dec 2005 19:12:28 -0000	1.1
+++ Makefile	6 Oct 2006 16:20:15 -0000	1.2
@@ -2,6 +2,15 @@
 all : CVS/Root common-update
 	@cvs update
 
+# for target build-all
+BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//')
+
+# tag & build all non-legacy branches...
+build-all :
+	@echo NOTICE: building for ${BRANCHES}
+	@sleep 5s
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done
+
 common-update : common
 	@cd common && cvs update
 




More information about the scm-commits mailing list