I've run into situations where given:

foo: a b c

and "b" was missing a dependency on "a".

The above did not fail with parallel make for years because "a" finished
fast, before "b" actually needed to use it's result.

It might be interesting to have a make flag that would reverse the order
in which dependencies are considered, this will catch really fast
missing dependencies even when building with "make -j1".

Is something like that feasible?  Would it be easy to implement? 

Thanks!

        --Dan

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to