gunnar: server/kolabd Makefile,1.20,1.21

cvs at kolab.org cvs at kolab.org
Mon Jan 18 11:55:19 CET 2010


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Use CURDIR

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile	8 Jan 2010 23:34:45 -0000	1.20
+++ Makefile	18 Jan 2010 10:55:16 -0000	1.21
@@ -1,9 +1,7 @@
 include ../make-helper/kolab.mk
 
-PWD := $(shell pwd)
-
 PACKAGE=kolabd
-VERSION = $(shell grep "m4_define._VERSION" $(PWD)/$(PACKAGE)/configure.ac|sed "s/m4_define(_VERSION,\(.*\))/\1/")
+VERSION = $(shell grep "m4_define._VERSION" $(CURDIR)/$(PACKAGE)/configure.ac|sed "s/m4_define(_VERSION,\(.*\))/\1/")
 RELEASE = $(shell date "+%Y%m%d")
 KOLAB_VERSION = $(shell { grep '^KOLAB_VERSION=".*"' ../install-kolab.sh || echo CVS; } | sed 's/.*"\(.*\)".*/\1/')
 





More information about the commits mailing list