comparison src/testdir/Make_dos.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 422387068c44
comparison
equal deleted inserted replaced
21798:10c189313c2e 21799:e529f06721f9
57 -if exist *.failed $(DEL) *.failed 57 -if exist *.failed $(DEL) *.failed
58 -if exist *.res $(DEL) *.res 58 -if exist *.res $(DEL) *.res
59 -if exist $(DOSTMP) rd /s /q $(DOSTMP) 59 -if exist $(DOSTMP) rd /s /q $(DOSTMP)
60 -if exist test.in del test.in 60 -if exist test.in del test.in
61 -if exist test.ok del test.ok 61 -if exist test.ok del test.ok
62 -if exist small.vim del small.vim
63 -if exist tiny.vim del tiny.vim
64 -if exist mbyte.vim del mbyte.vim
65 -if exist mzscheme.vim del mzscheme.vim
66 -if exist Xdir1 rd /s /q Xdir1 62 -if exist Xdir1 rd /s /q Xdir1
67 -if exist Xfind rd /s /q Xfind 63 -if exist Xfind rd /s /q Xfind
68 -if exist XfakeHOME rd /s /q XfakeHOME 64 -if exist XfakeHOME rd /s /q XfakeHOME
69 -if exist X* $(DEL) X* 65 -if exist X* $(DEL) X*
70 -for /d %i in (X*) do @rd /s/q %i 66 -for /d %i in (X*) do @rd /s/q %i