forked from aniani/vim
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.
This commit is contained in:
@@ -17,7 +17,7 @@ nongui: /tmp $(SCRIPTS)
|
|||||||
csh -c echo ALL DONE
|
csh -c echo ALL DONE
|
||||||
|
|
||||||
clean:
|
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:
|
.in.out:
|
||||||
copy $*.ok test.ok
|
copy $*.ok test.ok
|
||||||
|
|||||||
@@ -59,10 +59,6 @@ clean:
|
|||||||
-if exist $(DOSTMP) rd /s /q $(DOSTMP)
|
-if exist $(DOSTMP) rd /s /q $(DOSTMP)
|
||||||
-if exist test.in del test.in
|
-if exist test.in del test.in
|
||||||
-if exist test.ok del test.ok
|
-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 Xdir1 rd /s /q Xdir1
|
||||||
-if exist Xfind rd /s /q Xfind
|
-if exist Xfind rd /s /q Xfind
|
||||||
-if exist XfakeHOME rd /s /q XfakeHOME
|
-if exist XfakeHOME rd /s /q XfakeHOME
|
||||||
|
|||||||
@@ -71,10 +71,6 @@ clean:
|
|||||||
-@if exist $(DOSTMP) rd /s /q $(DOSTMP)
|
-@if exist $(DOSTMP) rd /s /q $(DOSTMP)
|
||||||
-@if exist test.in $(DEL) test.in
|
-@if exist test.in $(DEL) test.in
|
||||||
-@if exist test.ok $(DEL) test.ok
|
-@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 Xdir1 $(DELDIR) Xdir1
|
||||||
-@if exist Xfind $(DELDIR) Xfind
|
-@if exist Xfind $(DELDIR) Xfind
|
||||||
-@if exist XfakeHOME $(DELDIR) XfakeHOME
|
-@if exist XfakeHOME $(DELDIR) XfakeHOME
|
||||||
|
|||||||
@@ -104,9 +104,5 @@ clean :
|
|||||||
-@ if "''F$SEARCH("*.*_sw*")'" .NES. "" then delete/noconfirm/nolog *.*_sw*.*
|
-@ if "''F$SEARCH("*.*_sw*")'" .NES. "" then delete/noconfirm/nolog *.*_sw*.*
|
||||||
-@ if "''F$SEARCH("*.failed")'" .NES. "" then delete/noconfirm/nolog *.failed.*
|
-@ if "''F$SEARCH("*.failed")'" .NES. "" then delete/noconfirm/nolog *.failed.*
|
||||||
-@ if "''F$SEARCH("*.rej")'" .NES. "" then delete/noconfirm/nolog *.rej.*
|
-@ 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.*.*
|
-@ if "''F$SEARCH("viminfo.*")'" .NES. "" then delete/noconfirm/nolog viminfo.*.*
|
||||||
|
|
||||||
|
|||||||
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1449,
|
||||||
/**/
|
/**/
|
||||||
1448,
|
1448,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user