bug-make
[Top][All Lists]
Advanced

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

How-to


From: John Alvord
Subject: How-to
Date: Thu, 05 Apr 2001 21:54:34 GMT

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



reply via email to

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