We sometimes missed deps when more than one dep required a stamp check.
If must_build was nonempty when recursively calling isdirty() that returned a list, we'd lose the original value of must_build.
This commit is contained in:
parent
cb713bdace
commit
67c1d4f7d8
10 changed files with 47 additions and 5 deletions
4
t/660-stamp/ab.do
Normal file
4
t/660-stamp/ab.do
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
redo-ifchange a b
|
||||
echo "doing ab" >&2
|
||||
echo ab >$3
|
||||
touch doing_ab
|
||||
Loading…
Add table
Add a link
Reference in a new issue