...because it seems my locking isn't very good. It exposes annoying problems involving rebuilding the same files more than once, screwing up stamp files with redo -j, and being unnecessarily slow when checking dependencies. So it's a pretty good test considering how simple it is. Didn't add it to t/all.do yet, because it would fail.
3 lines
81 B
Text
3 lines
81 B
Text
redo-ifchange 1.n0 2.n0 3.n0
|
|
DEPS=$(seq 10 | sed 's/$/.n1/')
|
|
redo-ifchange $DEPS
|