rpms/perl-POE-Component-SimpleDBI Makefile,1.4,1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jun 4 01:58:39 UTC 2007


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
update to 1.16



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	5 May 2007 23:09:38 -0000	1.4
+++ Makefile	4 Jun 2007 01:58:04 -0000	1.5
@@ -6,11 +6,13 @@
 # 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
+build-all : common-update
+	@echo WARNING: building for devel, FC-5, FC-6, F-7
 	@sleep 5s
-	@cd FC-5  && test -f dead.package || ( make tag && make build )
 	@cd devel && test -f dead.package || ( make tag && make build )
+	@cd FC-5  && test -f dead.package || ( make tag && make build )
+	@cd FC-6  && test -f dead.package || ( make tag && make build )
+	@cd F-7  && test -f dead.package || ( make tag && make build )
 
 common-update : common
 	@cd common && cvs update




More information about the fedora-extras-commits mailing list