[zaptel-commits] kpfleming: branch 1.4 r4421 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Jul 18 08:16:11 CDT 2008


Author: kpfleming
Date: Fri Jul 18 08:16:11 2008
New Revision: 4421

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4421
Log:
ensure that the PWD variable we set during the toplevel 'make' process actually gets carried down to the subprocesses... don't know why this ever worked, it shouldn't have :-)

(closes issue #12750)
Reported by: atis
Tested by: tzafrir, atis

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=4421&r1=4420&r2=4421
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Jul 18 08:16:11 2008
@@ -16,6 +16,7 @@
 
 ifeq ($(MAKELEVEL),0)
 PWD:=$(shell pwd)
+export PWD
 endif
 
 ifeq ($(ARCH),)




More information about the zaptel-commits mailing list