Follow-up Comment #3, bug #13862 (project make): See also bug #13976. See also these emails: http://lists.gnu.org/archive/html/help-make/2005-04/msg00087.html http://lists.gnu.org/archive/html/help-make/2005-05/msg00002.html
Nikolay: I don't understand your comment "[.NO_PARALLEL] is already supported in GNU make (though it has a different syntax)". I'm not aware of anything similar to this available in GNU make today. If you mean the .NOTPARALLEL special target, that simply disables all parallelism for any instance of make that parses the target. It doesn't apply only to the prerequisite targets; in fact it ignores them. Or, you might mean order-only prerequisites. You _can_ implement something like this with OO prerequisites, but it's very convoluted because you have to be sure every prerequisite also is defined to have the OO prereq, and so on. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13862> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make