rpms/perl-WWW-Myspace Makefile,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Oct 19 03:28:11 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Myspace
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29271

Modified Files:
	Makefile 
Log Message:
update to 0.59



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	30 Sep 2006 00:37:05 -0000	1.3
+++ Makefile	19 Oct 2006 03:27:40 -0000	1.4
@@ -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 fedora-extras-commits mailing list