gunnar: server/kolabd Makefile,1.15,1.16

cvs at kolab.org cvs at kolab.org
Wed Feb 18 18:50:44 CET 2009


Author: gunnar

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

Modified Files:
	Makefile 
Log Message:
Ensure PWD is always available (not all shells provide this and this is required to allow the Makefile in the parent directory to build this package.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/kolabd/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile	9 Feb 2009 11:44:03 -0000	1.15
+++ Makefile	18 Feb 2009 17:50:42 -0000	1.16
@@ -1,3 +1,5 @@
+PWD := $(shell pwd)
+
 PACKAGE=kolabd
 VERSION = $(shell grep "m4_define._VERSION" $(PWD)/$(PACKAGE)/configure.ac|sed "s/m4_define(_VERSION,\(.*\))/\1/")
 RELEASE = $(shell date "+%Y%m%d")





More information about the commits mailing list