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: Fri, 02 Jul 2010 16:07:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6

Update of bug #27714 (project make):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #10:

I'm going to close this as "won't fix" because I don't see any reasonable way
to implement it that doesn't involve massive changes to the way make works,
and I don't think the capability to have "parallel function expansion" is
worth the effort.

If you want to invoke shell commands in a recipe you don't have to run
$(shell ...)... the _recipe itself_ is run by the shell so why use the shell
function?  Just put the commands that the shell function would run directly
into the recipe.  Then they will be passed to the subshell and run in parallel
just like the rest of the command script.

    _______________________________________________________

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]