steffen: server/perl-kolab Makefile.cvs,1.6,1.7

cvs at kolab.org cvs at kolab.org
Mon Nov 6 14:22:39 CET 2006


Author: steffen

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv28934/perl-kolab

Modified Files:
	Makefile.cvs 
Log Message:
avoid rebuilding everything every time

Index: Makefile.cvs
===================================================================
RCS file: /kolabrepository/server/perl-kolab/Makefile.cvs,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile.cvs	20 Dec 2005 14:34:51 -0000	1.6
+++ Makefile.cvs	6 Nov 2006 13:22:36 -0000	1.7
@@ -1,6 +1,12 @@
 ifeq "x$(KOLABRPMSRC)" "x"
   KOLABRPMSRC = /kolab/RPM/SRC
 endif
+ifeq "x$(KOLABRPMPKG)" "x"
+  KOLABRPMPKG = /kolab/RPM/PKG
+endif
+ifeq "x$(KOLABCVSDIR)" "x"
+  KOLABCVSDIR = $(CURDIR)
+endif
 
 PACKAGE=perl-kolab
 #RELEASE=2.5.5





More information about the commits mailing list