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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun May 6 18:45:40 UTC 2007


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
fix makefile



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	5 May 2007 23:11:27 -0000	1.3
+++ Makefile	6 May 2007 18:45:05 -0000	1.4
@@ -1,8 +1,5 @@
 # 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
 
@@ -12,8 +9,13 @@
 common : CVS/Root
 	@cvs checkout common
 
-# tag & build all non-dead non-legacy branches
+# for target build-all
+BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//')
+
+# tag & build all non-legacy branches...
 build-all : common-update
+	@echo NOTICE: building for ${BRANCHES}
+	@sleep 5s
 	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag build ; cd .. ; done
 
 CVS/Root :




More information about the fedora-extras-commits mailing list