If a checksummed file is deleted, we should still use redo-oob.
We were giving up and rebuilding the toplevel object, which did eventually rebuild our checksummed file, but then the file turned out to be identical to what it was before, so that nobody *else* who depended on it ended up getting rebuilt. So the results were indeterminate. Now we treat it as if its dirtiness is unknown, so we build it using redo-oob before building any of its dependencies.
This commit is contained in:
parent
f702417ef3
commit
e7f7119f2e
5 changed files with 35 additions and 6 deletions
1
t/stamp/.gitignore
vendored
1
t/stamp/.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/stampy
|
||||
/inp
|
||||
/bob
|
||||
/usestamp2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue