On Monday 12 of November 2007 13:26:46 Marijn Schouten (hkBst) wrote:
> What exactly is the difference between this valid situation and the
> previous invalid one?

between | | are things that can be done in parallel.

invalid:
a_pkg_setup b_pkg_setup a_build b_build | a_merge | b_merge

valid:
a_pkg_setup b_pkg_setup a_build_binary b_build_binary | a_binary_pkg_setup | 
a_binary_merge | b_binary_pkg_setup | b_binary_merge

Note that pkg_setup is run twice for the second case, so when the merge order 
is a then b, b_pkg_setup is aware of the changes that a_merge did, which is 
not the case in first situation.

-- 
Best Regards,
Piotr Jaroszyński
--
[EMAIL PROTECTED] mailing list

Reply via email to