rpms/perl-WWW-Myspace Makefile,1.2,1.3

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


Author: cweyl

Update of /cvs/extras/rpms/perl-WWW-Myspace
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21253

Modified Files:
	Makefile 
Log Message:
touch up 'build-all'



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	18 Sep 2006 04:56:34 -0000	1.2
+++ Makefile	30 Sep 2006 00:37:05 -0000	1.3
@@ -7,7 +7,9 @@
 # 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 fedora-extras-commits mailing list