Commit 12298bf4 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: Use -f option for rm

Otherwise I'm getting warnings (especially in zdtm)
when we are trying to remove non-generated .d files.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 286c8b23
......@@ -13,7 +13,7 @@ endif
FIND := find
CSCOPE := cscope
TAGS := ctags
RM := rm
RM := rm -f
LD := ld
CC := gcc
ECHO := echo
......
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