bug-make
[Top][All Lists]
Advanced

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

[bug #30381] Don't avoid implicit rule recursion quite so soon.


From: anonymous
Subject: [bug #30381] Don't avoid implicit rule recursion quite so soon.
Date: Tue, 12 May 2015 21:05:46 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #19, bug #30381 (project make):

Regarding the earlier suggestion of using recursive calls to Make:

The problem with this is concurrency.  I want to do multi-threaded make, and I
don't want different recipes building the same shared prereq simultaneously,
stepping on each others' output files, etc.  I am going to do recursive make
for now, because I can see no other option, but the slowdown is going to be
large.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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