minimal/do: 'redo-ifchange' with no parameters shouldn't try to build all.
It should just build nothing. Because sometimes you want to do something like: redo-ifchange $(find -name '*.c') And the find doesn't return any results. This is consistent with what real redo does. Added a test to confirm that it works.
This commit is contained in:
parent
94c254de77
commit
cfc3f44d64
3 changed files with 5 additions and 6 deletions
2
t/blank/blank.do
Normal file
2
t/blank/blank.do
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
redo-ifchange
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue