patch 8.2.1172: error messages when doing "make clean" in doc or tee

Problem:    Error messages when doing "make clean" in the runtime/doc or
            src/tee directories.
Solution:   Use "rm -f".
This commit is contained in:
Bram Moolenaar
2020-07-10 20:40:23 +02:00
parent 58bb61cf5e
commit 08fc48492a
3 changed files with 4 additions and 2 deletions

View File

@ -396,7 +396,7 @@ test_urls:
vim -S test_urls.vim
clean:
-rm doctags *.html tags.ref
-rm -f doctags *.html tags.ref
# These files are in the extra archive, skip if not present

View File

@ -4,7 +4,7 @@ CC=gcc
CFLAGS=-O2 -fno-strength-reduce
ifneq (sh.exe, $(SHELL))
DEL = rm
DEL = rm -f
else
DEL = del
endif

View File

@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1172,
/**/
1171,
/**/