rpms/perl-Event Makefile,1.3,1.4

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat May 5 22:55:03 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Event
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12261

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


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Event/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	4 Nov 2006 09:17:20 -0000	1.3
+++ Makefile	5 May 2007 22:54:29 -0000	1.4
@@ -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