rpms/perl-Object-InsideOut Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Sep 25 19:35:04 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Object-InsideOut
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5449

Modified Files:
	Makefile 
Log Message:
update to 2.02



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-Object-InsideOut/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	5 Jul 2006 19:51:02 -0000	1.1
+++ Makefile	25 Sep 2006 19:35:04 -0000	1.2
@@ -8,6 +8,11 @@
 common : CVS/Root
 	@cvs checkout common
 
+# tag & build all non-legacy branches...
+build-all :
+	@cd FC-5 && make tag && make plague
+	@cd devel && test -f dead.package || ( make tag && make plague )
+
 CVS/Root :
 	@echo "ERROR: This does not look like a CVS checkout" && exit 1
 




More information about the scm-commits mailing list