rpms/perl-POE-Component-IRC Makefile,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 11 02:40:33 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7459

Modified Files:
	Makefile 
Log Message:
update to 5.05



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	30 Sep 2006 00:42:52 -0000	1.2
+++ Makefile	11 Oct 2006 02:40:33 -0000	1.3
@@ -2,15 +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...
-# this is clearly a non-optimal solution; to my knowledge there is no way to
-# currently determine if a branch is legacy or not (and this module is
-# frequently updated).  Correction on this point welcomed :)
 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