gunnar: server/make-helper kolab.mk,1.5,1.6

cvs at kolab.org cvs at kolab.org
Tue Feb 9 17:18:57 CET 2010


Author: gunnar

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

Modified Files:
	kolab.mk 
Log Message:
Add a install-server-from-source target.

Index: kolab.mk
===================================================================
RCS file: /kolabrepository/server/make-helper/kolab.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- kolab.mk	9 Feb 2010 14:14:55 -0000	1.5
+++ kolab.mk	9 Feb 2010 16:18:55 -0000	1.6
@@ -1,7 +1,8 @@
 # Check if we are in a test environment
 TEST_ENVIRONMENT=$(shell test -e test_environment && echo YES)
 ifeq "x$(TEST_ENVIRONMENT)" "xYES"
-    BINARY_SOURCE_DIR=$(shell source test_environment && echo $$BINARY_SOURCE_DIR)
+    BINARY_PKGS_DIR=$(shell source test_environment && echo $$BINARY_PKGS_DIR)
+    SOURCE_PKGS_DIR=$(shell source test_environment && echo $$SOURCE_PKGS_DIR)
 endif
 
 # Initial sanity check for the OpenPKG tool





More information about the commits mailing list