Commit 2f740734 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm: clean up *.init.pid

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1e8a0594
...@@ -77,7 +77,7 @@ cleandep: clean ...@@ -77,7 +77,7 @@ cleandep: clean
$(RM) -f $(DEP) $(RM) -f $(DEP)
%.cleanout: % %.cleanout: %
$(Q) $(RM) -f -r $<.pid $<.out* $<.test $(Q) $(RM) -f -r $<.pid $<.init.pid $<.out* $<.test
cleanout: cleanout:
$(RM) -f *.pid *.out* *.test* $(RM) -f *.pid *.out* *.test*
......
...@@ -82,7 +82,7 @@ cleandep: clean ...@@ -82,7 +82,7 @@ cleandep: clean
$(RM) -f $(DEP) $(RM) -f $(DEP)
%.cleanout: % %.cleanout: %
$(Q) $(RM) -f -r $<.pid $<.out* $<.test chew_$<.test* $(Q) $(RM) -f -r $<.pid $<.init.pid $<.out* $<.test chew_$<.test*
cleanout: cleanout:
$(RM) -f *.pid *.out* *.test chew* $(RM) -f *.pid *.out* *.test chew*
......
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