comparison src/Makefile @ 20663:a72e3f26a361 v8.2.0885

patch 8.2.0885: "make shadow" does not link new lua test dir Commit: https://github.com/vim/vim/commit/3ac498c8a1c3570c296093a5d9425b2a3a7cdb29 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 2 20:25:36 2020 +0200 patch 8.2.0885: "make shadow" does not link new lua test dir Problem: "make shadow" does not link new lua test dir. Solution: Also link testdir/testluaplugin. (Elimar Riesebieter)
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Jun 2020 20:30:04 +0200
parents 6c5b11458f31
children 5ddd4df27068
comparison
equal deleted inserted replaced
20662:0e498c32ebad 20663:a72e3f26a361
2984 ../../testdir/pyxfile \ 2984 ../../testdir/pyxfile \
2985 ../../testdir/sautest \ 2985 ../../testdir/sautest \
2986 ../../testdir/samples \ 2986 ../../testdir/samples \
2987 ../../testdir/dumps \ 2987 ../../testdir/dumps \
2988 ../../testdir/test83-tags? \ 2988 ../../testdir/test83-tags? \
2989 ../../testdir/*.ok . 2989 ../../testdir/*.ok \
2990 ../../testdir/testluaplugin \
2991 .
2990 2992
2991 # After updating Vim new files may have been created, use this to refresh the 2993 # After updating Vim new files may have been created, use this to refresh the
2992 # symbolic links in the shadow directory. This isn't guaranteed to catch all 2994 # symbolic links in the shadow directory. This isn't guaranteed to catch all
2993 # changes, running "make shadow" again might sometimes be needed. 2995 # changes, running "make shadow" again might sometimes be needed.
2994 shadowupdate: 2996 shadowupdate: