Commit 5ecb7b7c authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

zdtm: don't forget to remove ip.dump and ip.rst when performing cleanup

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 888cae43
......@@ -308,7 +308,7 @@ cleandep: clean
$(RM) -f $(DEP)
cleanout:
$(RM) -f -r *.pid *.out* *.test* *.state
$(RM) -f -r *.pid *.out* *.test* *.state ip.dump ip.rst
%.cleanout: %
$(Q) $(RM) -f -r $<.pid $<.out* *$<.test* $<.*.test $<.state
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment