From 5ecb7b7ccde618505201f7e6ed698dc605c43b10 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Fri, 5 Dec 2014 08:27:00 +0300 Subject: [PATCH] zdtm: don't forget to remove ip.dump and ip.rst when performing cleanup Signed-off-by: Ruslan Kuprieiev Signed-off-by: Pavel Emelyanov --- test/zdtm/live/static/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile index b5c1a6a5c..e2431f5ce 100644 --- a/test/zdtm/live/static/Makefile +++ b/test/zdtm/live/static/Makefile @@ -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