Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fun fact: In a serial build system a dependency cycle leads to an infinite
loop/recursion. In a parallel -- to a deadlock. Still think build systems
are fun?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While update still uses the old "all update rules update all their
prerequisites" assumption, test and install have been fixed not to
rely on this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead we now have two more or less separate match states for outer and
inner parts of an action.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|