rpms/perl-Moose Makefile,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Oct 10 15:46:55 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Moose
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2193

Modified Files:
	Makefile 
Log Message:
update to 0.14



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Moose/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	4 Oct 2006 04:24:22 -0000	1.2
+++ Makefile	10 Oct 2006 15:46:55 -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