apenwarr-redo/minimal
Avery Pennarun 2023d36676 minimal/do: didn't work correctly with multi-level auto dir creation.
If we tried to build target a/b/c/d and a/b/c didn't exist yet, we
would correctly name the temp file something like a__b/c__d.tmp.  But
if a/b didn't exist yet, we named the temp file a/b__c/d.tmp, which
didn't work.  Instead, name it a/b__c__d.tmp as expected.
2018-11-02 04:27:28 -04:00
..
fakedir minimal/do: add redo-whichdo support and internal unit tests. 2018-11-02 02:20:52 -04:00
default.zz.do minimal/do: add redo-whichdo support and internal unit tests. 2018-11-02 02:20:52 -04:00
do minimal/do: didn't work correctly with multi-level auto dir creation. 2018-11-02 04:27:28 -04:00
do.test minimal/do: add redo-whichdo support and internal unit tests. 2018-11-02 02:20:52 -04:00
test.do minimal/do: add redo-whichdo support and internal unit tests. 2018-11-02 02:20:52 -04:00