[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/perl-aliased Makefile,1.1,1.2
- From: Chris Weyl (cweyl) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/perl-aliased Makefile,1.1,1.2
- Date: Fri, 30 Mar 2007 11:59:07 -0400
Author: cweyl
Update of /cvs/extras/rpms/perl-aliased
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19959
Modified Files:
Makefile
Log Message:
update to 0.21
Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-aliased/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 13 Oct 2006 05:40:22 -0000 1.1
+++ Makefile 30 Mar 2007 15: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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]