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/


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to