rpms/perl-Gtk2-GladeXML Makefile,1.2,1.3

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


Author: cweyl

Update of /cvs/extras/rpms/perl-Gtk2-GladeXML
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12535

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


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-GladeXML/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	28 Sep 2006 17:35:56 -0000	1.2
+++ Makefile	5 May 2007 22:58:04 -0000	1.3
@@ -14,7 +14,7 @@
 
 # tag & build all non-dead non-legacy branches
 build-all : common-update
-	@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
 
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1




More information about the fedora-extras-commits mailing list