On Wed, May 4, 2011 at 5:11 AM, Per Jessen <[email protected]> wrote: > Okay, let me rephrase that - when you're otherwise running everything in > parallel, how do you force some targets to be single-threaded, i.e. > never run concurrently? I tend to use a lock-construct, but it's not > exactly optimal.
I don't know of any way for make to do this on its own but I just added a feature to my program "syncsh" to do something similar. Feel free to have a look at the README at https://github.com/boyski/SYNCSH. David Boyce _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
