rpms/perl-Class-MOP Makefile,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Nov 6 18:30:49 UTC 2006


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
update to 0.36



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Class-MOP/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	4 Oct 2006 04:13:51 -0000	1.2
+++ Makefile	6 Nov 2006 18:30:18 -0000	1.3
@@ -2,12 +2,14 @@
 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 WARNING: building for devel and FC-5
+	@echo NOTICE: building for ${BRANCHES}
 	@sleep 5s
-	@cd FC-5  && test -f dead.package || ( make tag && make plague )
-	@cd devel && test -f dead.package || ( make tag && make plague )
+	@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