> "PS" == Paul Smith writes:
>> A:B C;D
>> A:|B C;D
PS> No. C will never be run first, before B. If you enable parallel builds
PS> then B and C might be run at the same time (but B will still be started
PS> first, then C).
I recall someone said that there was no guarantee of order even in
On Sun, 2012-07-08 at 06:04 +0800, jida...@jidanni.org wrote:
> Can you please add at least _one_ example to
> (info "(make) Prerequisite Types")
> also consider retitling it "Order-only Prerequisites" or adding a sub-section.
>
> Does it mean the only difference between
> A:B C;D
> A:|B C;D
> is