bug-make
[Top][All Lists]
Advanced

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

call function


From: Stephane LEGOUGE
Subject: call function
Date: Fri, 15 Dec 2000 14:23:07 +0100
User-agent: EMIKO/1.13.9 (Euglena tripteris) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/19.34 (i386-debian-linux-gnu)

Hello,

i found this difference between 3.78.1 and 3.79.1 using call function with
shell commands :


::::::::::
makefile
::::::::::
A = echo $1

toto: ; @ f=toto && $(call A,$$f)

.PHONY: toto



With GNU Make version 3.78.1

        > make
        toto
        > 

With GNU Make version 3.79.1

        > make

        > 

Now, the call function don't eval `$$f'...


Thanks very much for your help.



reply via email to

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