rpms/perl-Devel-Size Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Mar 11 06:59:07 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Devel-Size
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27261

Modified Files:
	Makefile 
Log Message:
* Sat Mar 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.66-1
- update to 0.66 (0.65 update never pushed due to various issues)
- misc spec cleanups
- add br on perl(ExtUtils::MakeMaker) to satisfy any perl/perl-devel split

* Sun Feb 25 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.65-1
- update to 0.65




Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Devel-Size/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	17 Sep 2006 18:09:48 -0000	1.1
+++ Makefile	11 Mar 2007 06:58:34 -0000	1.2
@@ -2,6 +2,15 @@
 all : CVS/Root common-update
 	@cvs update
 
+# for target build-all
+BRANCHES := $(shell cat ~/fedora-extras/current-branches | sed -e 's/:.*//')
+
+# tag & build all non-legacy branches...
+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
+
 common-update : common
 	@cd common && cvs update
 




More information about the fedora-extras-commits mailing list