rpms/perl-Data-Alias Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 4 03:39:04 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Alias
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5444

Modified Files:
	Makefile 
Log Message:
update to 1.01



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Alias/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	18 Aug 2006 01:38:40 -0000	1.1
+++ Makefile	4 Oct 2006 03:39:04 -0000	1.2
@@ -2,6 +2,13 @@
 all : CVS/Root common-update
 	@cvs update
 
+# tag & build all non-legacy branches...
+build-all :
+	@echo WARNING: building for devel and FC-5
+	@sleep 5s
+	@cd FC-5  && test -f dead.package || ( make tag && make plague )
+	@cd devel && test -f dead.package || ( make tag && make plague )
+
 common-update : common
 	@cd common && cvs update
 




More information about the scm-commits mailing list