bug-make
[Top][All Lists]
Advanced

[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: Mon, 19 Oct 2009 21:47:46 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20091007 Ubuntu/9.10 (karmic) Firefox/3.5.3

Follow-up Comment #7, bug #27714 (project make):

I'm surprised you say you can do this with BSD make; I'm not aware that BSD
make has any feature like the $(shell ...) function, that can appear inside a
recipe.  What syntax do you use for this in BSD make?

We can't expand the recipe in a forked version of GNU make, because the
expansion of the recipe can have side-effects (for example, if an $(eval ...)
is expanded); if the expansion happens in a forked process then those side
effects are not available in the parent.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?27714>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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