gunnar: server/kolab-horde-fbview Makefile,1.6,1.7

cvs at kolab.org cvs at kolab.org
Fri Jul 27 12:30:35 CEST 2007


Author: gunnar

Update of /kolabrepository/server/kolab-horde-fbview
In directory doto:/tmp/cvs-serv22913/kolab-horde-fbview

Modified Files:
	Makefile 
Log Message:
Fix the Makefiles for a possible non-standard development environment (meaning: not located in /kolab).

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolab-horde-fbview/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	17 Jul 2007 15:07:15 -0000	1.6
+++ Makefile	27 Jul 2007 10:30:33 -0000	1.7
@@ -1,13 +1,20 @@
-ifeq "x$(KOLABRPMSRC)" "x"
-  KOLABRPMSRC = /kolab/RPM/SRC
-endif
-
 PACKAGE = kolab-horde-fbview
 VERSION = 2.1.99
 RELEASE = 20070607
 KOLABRELEASE = $(RELEASE)
 
-RPM = /kolab/bin/openpkg rpm
+ifeq "x$(RPM)" "x"
+  RPM = $(HOME)/bin/openpkg rpm
+endif
+ifeq "x$(KOLABRPMSRC)" "x"
+  KOLABRPMSRC = $(HOME)/RPM/SRC
+endif
+ifeq "x$(KOLABRPMPKG)" "x"
+  KOLABRPMPKG = $(HOME)/RPM/PKG
+endif
+ifeq "x$(KOLABRPMTMP)" "x"
+  KOLABRPMTMP = $(HOME)/RPM/TMP
+endif
 
 all:
 	test -d $(KOLABRPMSRC)/$(PACKAGE) || mkdir $(KOLABRPMSRC)/$(PACKAGE)





More information about the commits mailing list