rpms/elfutils/devel Makefile,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 29 00:12:13 UTC 2005


Author: roland

Update of /cvs/dist/rpms/elfutils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20813

Modified Files:
	Makefile 
Log Message:
monotone is the new black



Index: Makefile
===================================================================
RCS file: /cvs/dist/rpms/elfutils/devel/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile	21 Jul 2005 09:09:19 -0000	1.5
+++ Makefile	29 Jul 2005 00:12:10 -0000	1.6
@@ -7,16 +7,14 @@
 
 include ../common/Makefile.common
 
-master-cvsroot = :gserver:cvs.devel.redhat.com:/cvs/devel
+MONOTONE = monotone
 
 elfutils-portability.patch: elfutils-$(VERSION).tar.gz
 	@rm -rf elfutils-master elfutils-portable
-	cvs -d $(master-cvsroot) -Q export \
-	    -d elfutils-master -r HEAD elfutils/elfutils
-	cvs -d $(master-cvsroot) -Q export \
-	    -d elfutils-portable -r portable-branch elfutils/elfutils
-	cd elfutils-master; autoreconf; rm -rf autom4te.cache
-	cd elfutils-portable; autoreconf; rm -rf autom4te.cache
+	$(MONOTONE) checkout -b com.redhat.elfutils elfutils-master
+	$(MONOTONE) checkout -b com.redhat.elfutils.portable elfutils-portable
+	cd elfutils-master; autoreconf; rm -rf autom4te.cache MT
+	cd elfutils-portable; autoreconf; rm -rf autom4te.cache MT
 	diff -rpu elfutils-master elfutils-portable | \
 	filterdiff --remove-timestamps --strip=1 --addprefix=elfutils/ > $@.new
 	mv $@.new $@




More information about the fedora-cvs-commits mailing list