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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Sep 30 00:56:45 UTC 2006


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
update to 1.14



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-SimpleDBI/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	19 Sep 2006 00:56:24 -0000	1.2
+++ Makefile	30 Sep 2006 00:56:45 -0000	1.3
@@ -3,8 +3,13 @@
 	@cvs update
 
 # 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 :
-	@cd FC-5 && make tag && make plague
+	@echo WARNING: building for devel and FC-5
+	@sleep 5s
+	@cd FC-5  && test -f dead.package || ( make tag && make plague )
 	@cd devel && test -f dead.package || ( make tag && make plague )
 
 common-update : common




More information about the scm-commits mailing list