I've been working to rework some makefiles to they work correctly
under parallel execution conditions.

all: a b c

a:

b:

c:

Lets say "a" is a rule which creates some directories which are used
by "b" and "c". How can I make sure that "b" and "c" are postponed
until "a" completes?

john alvord

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to