gunnar: server/pear Horde.mk,1.4,1.5

cvs at kolab.org cvs at kolab.org
Mon May 18 22:11:41 CEST 2009


Author: gunnar

Update of /kolabrepository/server/pear
In directory doto:/tmp/cvs-serv17904

Modified Files:
	Horde.mk 
Log Message:
Allow to override the location of the upstream directory.

Index: Horde.mk
===================================================================
RCS file: /kolabrepository/server/pear/Horde.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Horde.mk	18 May 2009 20:03:02 -0000	1.4
+++ Horde.mk	18 May 2009 20:11:39 -0000	1.5
@@ -5,6 +5,11 @@
   STAGING = ../../stage
 endif
 
+# Set the default upstream directory.
+ifeq "x$(UPSTREAM_DIR)" "x"
+  UPSTREAM_DIR = ../upstream
+endif
+
 # Location of the PEAR script
 PEAR=$(HOME)/bin/pear
 
@@ -49,10 +54,10 @@
 
 # Temporary repository checkout location
 ifeq ($(PACKAGE_VC),CVS)
-UPSTREAM=../upstream/cvs
+UPSTREAM=$(UPSTREAM_DIR)/cvs
 else
 ifeq ($(PACKAGE_VC),GIT)
-UPSTREAM=../upstream/git
+UPSTREAM=$(UPSTREAM_DIR)/git
 endif
 endif
 





More information about the commits mailing list