mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
zdtm: don't forget to remove ip.dump and ip.rst when performing cleanup
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
888cae434d
commit
5ecb7b7ccd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user