gunnar: server/make-helper pear.mk,1.2,1.3

cvs at kolab.org cvs at kolab.org
Tue Jan 12 14:56:34 CET 2010


Author: gunnar

Update of /kolabrepository/server/make-helper
In directory doto:/tmp/cvs-serv16026/make-helper

Modified Files:
	pear.mk 
Log Message:
Allow to use patches that end with .diff too.

Index: pear.mk
===================================================================
RCS file: /kolabrepository/server/make-helper/pear.mk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pear.mk	11 Jan 2010 22:35:51 -0000	1.2
+++ pear.mk	12 Jan 2010 13:56:32 -0000	1.3
@@ -74,7 +74,8 @@
 SOURCE_0=$(PEAR_PACKAGE)-$(VERSION).$(FILEEND)
 
 # Get the list of patches if there are any in the patch directory
-PATCHES = $(shell ls patches/$(PACKAGE)-$(VERSION)/*.patch 2> /dev/null)
+PATCHES = $(shell ls patches/$(PACKAGE)-$(VERSION)/*.patch 2> /dev/null) \
+          $(shell ls patches/$(PACKAGE)-$(VERSION)/*.diff  2> /dev/null)
 
 # Get the list of php (config) files if there are any in this directory
 PHP_FILES = $(shell ls *.php 2> /dev/null)





More information about the commits mailing list