rpms/perl-POE-Filter-Zlib Makefile,1.1,1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Sep 30 00:30:19 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Filter-Zlib
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21023

Modified Files:
	Makefile 
Log Message:
update to 1.7



Index: Makefile
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Filter-Zlib/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	6 Sep 2006 20:19:25 -0000	1.1
+++ Makefile	30 Sep 2006 00:30:19 -0000	1.2
@@ -2,6 +2,27 @@
 all : CVS/Root common-update
 	@cvs update
 
+# tag & build all non-legacy branches...
+# this is clearly a non-optimal solution; to my knowledge there is no way to
+# currently determine if a branch is legacy or not (and this module is
+# frequently updated).  Correction on this point welcomed :)
+build-all :
+	@echo WARNING: building for devel and FC-5
+	@sleep 5s
+	@cd FC-5 && make tag && make plague
+	@cd devel && test -f dead.package || ( make tag && make plague )
+
+common-update : common
+	@cd common && cvs update
+
+common : CVS/Root
+	@cvs checkout common
+
+CVS/Root :
+	@echo "ERROR: This does not look like a CVS checkout" && exit 1
+
+clean :
+	@find . -type f -name *~ -exec rm -fv {} \;
 common-update : common
 	@cd common && cvs update
 




More information about the scm-commits mailing list