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
- Re: How-to John Alvord
- Re: How-to Paul D. Smith
- RE: How-to Howard Chu
- RE: How-to Paul D. Smith