comparison src/testdir/Make_ming.mak @ 21799:e529f06721f9 v8.2.1449

patch 8.2.1449: some test makefiles delete files that are not generated Commit: https://github.com/vim/vim/commit/32a23ac61570365eff35097691d9b218b8539383 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 14 19:20:23 2020 +0200 patch 8.2.1449: some test makefiles delete files that are not generated Problem: Some test makefiles delete files that are not generated. Solution: Remove the deletion commands.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 19:30:03 +0200
parents 30bdd2e4a6f9
children 3ece5c9fe811
comparison
equal deleted inserted replaced
21798:10c189313c2e 21799:e529f06721f9
69 -@if exist *.failed $(DEL) *.failed 69 -@if exist *.failed $(DEL) *.failed
70 -@if exist *.res $(DEL) *.res 70 -@if exist *.res $(DEL) *.res
71 -@if exist $(DOSTMP) rd /s /q $(DOSTMP) 71 -@if exist $(DOSTMP) rd /s /q $(DOSTMP)
72 -@if exist test.in $(DEL) test.in 72 -@if exist test.in $(DEL) test.in
73 -@if exist test.ok $(DEL) test.ok 73 -@if exist test.ok $(DEL) test.ok
74 -@if exist small.vim $(DEL) small.vim
75 -@if exist tiny.vim $(DEL) tiny.vim
76 -@if exist mbyte.vim $(DEL) mbyte.vim
77 -@if exist mzscheme.vim $(DEL) mzscheme.vim
78 -@if exist Xdir1 $(DELDIR) Xdir1 74 -@if exist Xdir1 $(DELDIR) Xdir1
79 -@if exist Xfind $(DELDIR) Xfind 75 -@if exist Xfind $(DELDIR) Xfind
80 -@if exist XfakeHOME $(DELDIR) XfakeHOME 76 -@if exist XfakeHOME $(DELDIR) XfakeHOME
81 -@if exist X* $(DEL) X* 77 -@if exist X* $(DEL) X*
82 -@for /d %%i in (X*) do @rd /s/q %%i 78 -@for /d %%i in (X*) do @rd /s/q %%i