mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
Makefile: use $TMPDIR
below src/nvim/testdir
(#11153)
This makes it ignored/cleaned automatically.
It was made absolute in 8821579ba
, but to the root back then.
This commit is contained in:
@@ -11,7 +11,7 @@ ROOT := ../../..
|
||||
|
||||
export SHELL := sh
|
||||
export NVIM_PRG := $(NVIM_PRG)
|
||||
export TMPDIR := $(abspath ../../../Xtest-tmpdir)
|
||||
export TMPDIR := $(abspath Xtest-tmpdir)
|
||||
|
||||
SCRIPTS_DEFAULT = \
|
||||
test42.out \
|
||||
|
Reference in New Issue
Block a user