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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Sep 28 17:35:56 UTC 2006


Author: cweyl

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

Modified Files:
	Makefile 
Log Message:
update to 1.006



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Gtk2-GladeXML/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	20 Sep 2005 09:21:04 -0000	1.1
+++ Makefile	28 Sep 2006 17:35:56 -0000	1.2
@@ -1,4 +1,8 @@
 # Top level Makefile for module perl-Gtk2-GladeXML
+
+# for target build-all
+BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//')
+
 all : CVS/Root common-update
 	@cvs update
 
@@ -8,6 +12,10 @@
 common : CVS/Root
 	@cvs checkout common
 
+# 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
+
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1
 




More information about the scm-commits mailing list