]> granicus.if.org Git - vim/commitdiff
patch 8.2.1449: some test makefiles delete files that are not generated v8.2.1449
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Aug 2020 17:20:23 +0000 (19:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Aug 2020 17:20:23 +0000 (19:20 +0200)
Problem:    Some test makefiles delete files that are not generated.
Solution:   Remove the deletion commands.

src/testdir/Make_amiga.mak
src/testdir/Make_dos.mak
src/testdir/Make_ming.mak
src/testdir/Make_vms.mms
src/version.c

index 1e8df19372a1d61eb05b6b8dbf9283f07940f35e..843ea1e13e3fde5e926755f52b8f28c671bab340 100644 (file)
@@ -17,7 +17,7 @@ nongui:       /tmp $(SCRIPTS)
        csh -c echo ALL DONE
 
 clean:
-       csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo
+       csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo
 
 .in.out:
        copy $*.ok test.ok
index 7ba6cf778e7c799623974a780dff2985533f2f33..4ca87136a4b377b029b3040542d097eb8f987c0f 100644 (file)
@@ -59,10 +59,6 @@ clean:
        -if exist $(DOSTMP) rd /s /q $(DOSTMP)
        -if exist test.in del test.in
        -if exist test.ok del test.ok
-       -if exist small.vim del small.vim
-       -if exist tiny.vim del tiny.vim
-       -if exist mbyte.vim del mbyte.vim
-       -if exist mzscheme.vim del mzscheme.vim
        -if exist Xdir1 rd /s /q Xdir1
        -if exist Xfind rd /s /q Xfind
        -if exist XfakeHOME rd /s /q XfakeHOME
index 0f594c9e7901b5dc3d2d32ef4c0a2fec40ae86f2..00c9e1087a4aa3fc3a0af8fec092b1d1791abb87 100644 (file)
@@ -71,10 +71,6 @@ clean:
        -@if exist $(DOSTMP) rd /s /q $(DOSTMP)
        -@if exist test.in $(DEL) test.in
        -@if exist test.ok $(DEL) test.ok
-       -@if exist small.vim $(DEL) small.vim
-       -@if exist tiny.vim $(DEL) tiny.vim
-       -@if exist mbyte.vim $(DEL) mbyte.vim
-       -@if exist mzscheme.vim $(DEL) mzscheme.vim
        -@if exist Xdir1 $(DELDIR) Xdir1
        -@if exist Xfind $(DELDIR) Xfind
        -@if exist XfakeHOME $(DELDIR) XfakeHOME
index 2adc0f439532883bba647237b1ea91cc5624c08b..1e4f0d56f5a273d52cabaf5ba362144a1913b2a7 100644 (file)
@@ -104,9 +104,5 @@ clean :
        -@ if "''F$SEARCH("*.*_sw*")'"      .NES. "" then delete/noconfirm/nolog *.*_sw*.*
        -@ if "''F$SEARCH("*.failed")'"     .NES. "" then delete/noconfirm/nolog *.failed.*
        -@ if "''F$SEARCH("*.rej")'"        .NES. "" then delete/noconfirm/nolog *.rej.*
-       -@ if "''F$SEARCH("tiny.vim")'"     .NES. "" then delete/noconfirm/nolog tiny.vim.*
-       -@ if "''F$SEARCH("small.vim")'"    .NES. "" then delete/noconfirm/nolog small.vim.*
-       -@ if "''F$SEARCH("mbyte.vim")'"    .NES. "" then delete/noconfirm/nolog mbyte.vim.*
-       -@ if "''F$SEARCH("mzscheme.vim")'" .NES. "" then delete/noconfirm/nolog mzscheme.vim.*
        -@ if "''F$SEARCH("viminfo.*")'"    .NES. "" then delete/noconfirm/nolog viminfo.*.*
 
index e9bf1b7d8c2570add5d09b86077b1b2c986a2168..7243fffe3f0da24ad7d88fd70b7cda6546712990 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1449,
 /**/
     1448,
 /**/