thomas: server/php/patches Makefile,1.1,1.2

cvs at kolab.org cvs at kolab.org
Thu Jul 2 15:15:46 CEST 2009


Author: thomas

Update of /kolabrepository/server/php/patches
In directory doto:/tmp/cvs-serv18479/php/patches

Modified Files:
	Makefile 
Log Message:
removed hgrc was needed by 'update' target in Makefile, create it on the fly


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php/patches/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	18 May 2009 08:43:38 -0000	1.1
+++ Makefile	2 Jul 2009 13:15:44 -0000	1.2
@@ -20,7 +20,7 @@
 	cd tmp && tar xfj $(PN)-$(OLD_VERSION).tar.bz2
 	cd tmp/$(PN)-$(OLD_VERSION) && hg init && hg commit --addremove -m "$(PN)-$(OLD_VERSION)"
 	cd tmp && hg clone $(PN)-$(OLD_VERSION) $(PN)-PATCHED
-	cp hgrc tmp/$(PN)-PATCHED/.hg/
+	printf "[extensions]\nhgext.mq =\n" > tmp/$(PN)-PATCHED/.hg/hgrc
 	cd tmp/$(PN)-PATCHED && hg qinit
 	cp $(PN)-$(OLD_VERSION)/series tmp/$(PN)-PATCHED/.hg/patches/
 	cd $(PN)-$(OLD_VERSION); \





More information about the commits mailing list