rpms/perl-Class-C3 Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Sep 25 19:26:21 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Class-C3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3321

Modified Files:
	Makefile 
Log Message:
update to 0.14



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-C3/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	7 Sep 2006 23:11:44 -0000	1.1
+++ Makefile	25 Sep 2006 19:26:21 -0000	1.2
@@ -1,4 +1,8 @@
 # Top level Makefile for module perl-Class-C3
+
+# for target build-all
+BRANCHES := $(shell cat common/current-branches | sed -e 's/:.*//')
+
 all : CVS/Root common-update
 	@cvs update
 
@@ -8,6 +12,10 @@
 common : CVS/Root
 	@cvs checkout common
 
+# tag & build all non-dead non-legacy branches
+build-all : common-update
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done
+
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1
 




More information about the fedora-extras-commits mailing list