comparison src/testdir/Make_amiga.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
comparison
equal deleted inserted replaced
21798:10c189313c2e 21799:e529f06721f9
15 15
16 nongui: /tmp $(SCRIPTS) 16 nongui: /tmp $(SCRIPTS)
17 csh -c echo ALL DONE 17 csh -c echo ALL DONE
18 18
19 clean: 19 clean:
20 csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest small.vim tiny.vim mbyte.vim test.ok viminfo 20 csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo
21 21
22 .in.out: 22 .in.out:
23 copy $*.ok test.ok 23 copy $*.ok test.ok
24 $(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in 24 $(VIMPROG) -u amiga.vim -U NONE --noplugin --not-a-term -s dotest.in $*.in
25 diff test.out $*.ok 25 diff test.out $*.ok