help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make loosing value of variable set by shell command


From: Tristan Van Berkom
Subject: Re: make loosing value of variable set by shell command
Date: Tue, 03 Feb 2004 09:46:56 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

Spilker, Jörg wrote:
[snip]

curdir := $(shell pwd)

I didn't read it all, but there is a built-in variable
that serves this purpose, and it happens to bear the name
you've chosen for it ;-) (only in upper case).


$(CURDIR)


Cheers,
             -Tristan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]