rpms/perl-Convert-NLS_DATE_FORMAT Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Jan 17 19:22:10 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Convert-NLS_DATE_FORMAT
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30600

Modified Files:
	Makefile 
Log Message:
add build-all target to overall makefile of perl-Convert-NLS_DATE_FORMAT


Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Convert-NLS_DATE_FORMAT/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	17 Jan 2008 17:23:56 -0000	1.1
+++ Makefile	17 Jan 2008 19:21:33 -0000	1.2
@@ -2,6 +2,15 @@
 all : CVS/Root common-update
 	@cvs update
 
+# for target build-all
+BRANCHES := $(shell cat ~/projects/fedora/current-branches | sed -e 's/:.*//')
+
+# tag & build all non-legacy branches...
+build-all : common-update
+	@echo NOTICE: building for ${BRANCHES}
+	@sleep 5s
+	@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