[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #27714] expansion of $(shell) in target forces serialization of tar
From: |
Paul D. Smith |
Subject: |
[bug #27714] expansion of $(shell) in target forces serialization of targets |
Date: |
Sat, 21 Nov 2009 14:38:27 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5 |
Follow-up Comment #9, bug #27714 (project make):
No, that's not equivalent. First, your GNU make syntax is wrong; you mean
"FOO = $(shell echo bar)". And second, as far as I can see from the pmake
documentation "FOO != echo bar" is actually equivalent to "FOO := $(shell echo
bar)", so it doesn't apply to the issue discussed in this bug (which is that
the expansion of the shell happens when the recipe is evaluated, not when the
makefile is read in).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?27714>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/