thomas: server Makefile,1.54,1.55

cvs at kolab.org cvs at kolab.org
Fri Aug 29 18:25:34 CEST 2008


Author: thomas

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

Modified Files:
	Makefile 
Log Message:
Don't set KOLABPKGURI and friends from global Makefile

They have to be set in the packages' Makefiles anyway so they can be built
individually and this made building gmp fail because of a different KOLABPKGURI


Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- Makefile	25 Aug 2008 16:53:30 -0000	1.54
+++ Makefile	29 Aug 2008 16:25:31 -0000	1.55
@@ -9,22 +9,6 @@
   HOME = /kolab
 endif
 
-ifeq "x$(KOLABPKGURI)" "x"
-  export KOLABPKGURI = http://ftp.gwdg.de/pub/linux/kolab/server/development-2.2/openpkg-orig-srpms/
-endif
-ifeq "x$(RPM)" "x"
-  export RPM = $(HOME)/bin/openpkg rpm
-endif
-ifeq "x$(KOLABRPMSRC)" "x"
-  export KOLABRPMSRC = $(HOME)/RPM/SRC
-endif
-ifeq "x$(KOLABRPMPKG)" "x"
-  export KOLABRPMPKG = $(HOME)/RPM/PKG
-endif
-ifeq "x$(KOLABRPMTMP)" "x"
-  export KOLABRPMTMP = $(HOME)/RPM/TMP
-endif
-
 BASE_PACKAGES=php-smarty              \
               openldap                \
               apache-php              \





More information about the commits mailing list