Patch 8.2.1456
Problem: MS-Windows: test files are not deleted.
Solution: use "del" instead of $(DEL).
Files: src/testdir/Make_dos.mak
*** ../vim-8.2.1455/src/testdir/Make_dos.mak 2020-08-14 19:20:19.790506736
+0200
--- src/testdir/Make_dos.mak 2020-08-14 23:06:50.447082524 +0200
***************
*** 53,68 ****
# Delete files that may interfere with running tests. This includes some
files
# that may result from working on the tests, not only from running them.
clean:
! -if exist *.out $(DEL) *.out
! -if exist *.failed $(DEL) *.failed
! -if exist *.res $(DEL) *.res
-if exist $(DOSTMP) rd /s /q $(DOSTMP)
-if exist test.in del test.in
-if exist test.ok del test.ok
-if exist Xdir1 rd /s /q Xdir1
-if exist Xfind rd /s /q Xfind
-if exist XfakeHOME rd /s /q XfakeHOME
! -if exist X* $(DEL) X*
-for /d %i in (X*) do @rd /s/q %i
-if exist viminfo del viminfo
-if exist test.log del test.log
--- 53,68 ----
# Delete files that may interfere with running tests. This includes some
files
# that may result from working on the tests, not only from running them.
clean:
! -if exist *.out del *.out
! -if exist *.failed del *.failed
! -if exist *.res del *.res
-if exist $(DOSTMP) rd /s /q $(DOSTMP)
-if exist test.in del test.in
-if exist test.ok del test.ok
-if exist Xdir1 rd /s /q Xdir1
-if exist Xfind rd /s /q Xfind
-if exist XfakeHOME rd /s /q XfakeHOME
! -if exist X* del X*
-for /d %i in (X*) do @rd /s/q %i
-if exist viminfo del viminfo
-if exist test.log del test.log
*** ../vim-8.2.1455/src/version.c 2020-08-14 22:44:20.521878227 +0200
--- src/version.c 2020-08-14 23:07:40.954828790 +0200
***************
*** 756,757 ****
--- 756,759 ----
{ /* Add new patch number below this line */
+ /**/
+ 1456,
/**/
--
hundred-and-one symptoms of being an internet addict:
203. You're an active member of more than 20 newsgroups.
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202008142108.07EL8kPi154574%40masaka.moolenaar.net.