Re: -local vs. -hook?

2008-06-01 Thread Ralf Wildenhues
Hi Karl, * Karl Berry wrote on Sun, May 18, 2008 at 12:33:53AM CEST: Reading the Extending node in the automake 1.10.1 manual: However, various useful targets have a `-local' version ... Some rule also have a way to run another rule, called a hook after their work is done.

Re: -local vs. -hook?

2008-06-01 Thread Karl Berry
Well, does that half-sentence that I added above make it clearer? Yes it does, thanks. With -local, there is no ordering guarantee (typically they are run early, but with parallel make, there is no way to be sure of that), How about saying that explicitly? It's an implication that