Correctly handle a checksummed file that depends on a non-checksummed file.
We were rebuilding the checksummed file every time because redo-ifchange was incorrectly assuming that a child's changed_runid that's greater than my changed_runid means I'm dirty. But if my checked_runid is >= the child's checked_runid, then I'm clean, because my checksum didn't change. Clear as mud?
This commit is contained in:
parent
22617d335c
commit
1355ade7c7
7 changed files with 21 additions and 7 deletions
|
|
@ -1,3 +1,4 @@
|
|||
echo $$ >>stampy.log
|
||||
redo-ifchange inp bob
|
||||
cat inp
|
||||
redo-stamp <inp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue