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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat May 5 23:12:03 UTC 2007


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
make build, not make plague


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	19 Sep 2006 04:28:37 -0000	1.2
+++ Makefile	5 May 2007 23:11:27 -0000	1.3
@@ -1,4 +1,8 @@
 # Top level Makefile for module perl-POE-Component-SSLify
+
+# for target build-all
+BRANCHES := $(shell cat common/current-branches | sed -e 's/:.*//')
+
 all : CVS/Root common-update
 	@cvs update
 
@@ -8,13 +12,9 @@
 common : CVS/Root
 	@cvs checkout common
 
-# tag & build all non-legacy branches...
+# tag & build all non-dead non-legacy branches
 build-all : common-update
-	@for br in `cat current-branches | sed -e 's/:.*//'` ; do cd $(br) ; echo foo ; echo bar ; done
-	#@cd FC-5 && make tag && make plague
-	#@cd devel && test -f dead.package || ( make tag && make plague )
-
-common-update : common
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag build ; cd .. ; done
 
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1




More information about the scm-commits mailing list