rpms/perl-WWW-Myspace Makefile,1.4,1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat May 5 23:21:40 UTC 2007


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
make build, not make plague


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Myspace/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	19 Oct 2006 03:27:40 -0000	1.4
+++ Makefile	5 May 2007 23:21:06 -0000	1.5
@@ -9,7 +9,7 @@
 build-all :
 	@echo NOTICE: building for ${BRANCHES}
 	@sleep 5s
-	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag plague ; cd .. ; done
+	@for br in ${BRANCHES} ; do echo Building $$br ; cd $$br && test -f dead.package || make tag build ; cd .. ; done
 
 common-update : common
 	@cd common && cvs update




More information about the fedora-extras-commits mailing list