Patch 8.2.1172
Problem: Error messages when doing "make clean" in the runtime/doc or
src/tee directories.
Solution: Use "rm -f".
Files: runtime/doc/Makefile, src/tee/Makefile
*** ../vim-8.2.1171/runtime/doc/Makefile 2020-05-31 14:24:39.592878605 +0200
--- runtime/doc/Makefile 2020-07-10 20:37:53.130333653 +0200
***************
*** 394,400 ****
vim -S test_urls.vim
clean:
! -rm doctags *.html tags.ref
# These files are in the extra archive, skip if not present
--- 396,402 ----
vim -S test_urls.vim
clean:
! -rm -f doctags *.html tags.ref
# These files are in the extra archive, skip if not present
*** ../vim-8.2.1171/src/tee/Makefile 2018-10-28 15:39:22.000000000 +0100
--- src/tee/Makefile 2020-07-10 20:37:53.130333653 +0200
***************
*** 4,10 ****
CFLAGS=-O2 -fno-strength-reduce
ifneq (sh.exe, $(SHELL))
! DEL = rm
else
DEL = del
endif
--- 4,10 ----
CFLAGS=-O2 -fno-strength-reduce
ifneq (sh.exe, $(SHELL))
! DEL = rm -f
else
DEL = del
endif
*** ../vim-8.2.1171/src/version.c 2020-07-10 20:30:10.076325216 +0200
--- src/version.c 2020-07-10 20:39:50.689826243 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1172,
/**/
--
All good vision statements are created by groups of people with bloated
bladders who would rather be doing anything else.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- Br...@Moolenaar.net --
http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features --
http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language --
http://www.Zimbu.org ///
\\\ help me help AIDS victims --
http://ICCF-Holland.org ///