comparison src/testdir/Makefile @ 17276:9140a11d111a v8.1.1637

patch 8.1.1637: after running tests and clean the XfakeHOME directory remains commit https://github.com/vim/vim/commit/4f5b0e5355a673ba5228bef037dc5c30734a1378 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 5 20:43:52 2019 +0200 patch 8.1.1637: after running tests and clean the XfakeHOME directory remains Problem: After running tests and clean the XfakeHOME directory remains. Solution: Use "rm -rf". (Hirohito Higashi)
author Bram Moolenaar <Bram@vim.org>
date Fri, 05 Jul 2019 20:45:05 +0200
parents 9d9b637b35a9
children 8a43873df941
comparison
equal deleted inserted replaced
17275:1fc05146c373 17276:9140a11d111a
82 RM_ON_RUN = test.out X* viminfo 82 RM_ON_RUN = test.out X* viminfo
83 RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out 83 RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
84 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in 84 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
85 85
86 clean: 86 clean:
87 -rm -rf *.out *.failed *.res *.rej *.orig 87 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind
88 -rm -f opt_test.vim test.log test_result.log messages 88 -rm -f opt_test.vim test.log test_result.log messages
89 -rm -f $(RM_ON_RUN) $(RM_ON_START) 89 -rm -f $(RM_ON_RUN) $(RM_ON_START)
90 -rm -f valgrind.* 90 -rm -f valgrind.*
91 91
92 test1.out: test1.in 92 test1.out: test1.in