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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Sep 19 04:28:38 UTC 2006


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
update...



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SSLify/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	12 Aug 2006 04:06:09 -0000	1.1
+++ Makefile	19 Sep 2006 04:28:37 -0000	1.2
@@ -8,6 +8,14 @@
 common : CVS/Root
 	@cvs checkout common
 
+# tag & build all 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
+
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1
 




More information about the scm-commits mailing list