help-make
[Top][All Lists]
Advanced

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

Bug


From: Yuri Shtil
Subject: Bug
Date: Thu, 20 Aug 2009 19:58:15 -0700
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

It look like the shell function is evaluated even though commented out in the following code:

define FUNC
###FOO := $(shell sleep 10)
endef

all:
   @echo DONE

$(eval $(call FUNC,$(platform)))


--

Yuri





reply via email to

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