mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
b4ea09cc06
commit
402afb0895
@ -11,7 +11,7 @@ ROOT := ../../..
|
|||||||
|
|
||||||
export SHELL := sh
|
export SHELL := sh
|
||||||
export NVIM_PRG := $(NVIM_PRG)
|
export NVIM_PRG := $(NVIM_PRG)
|
||||||
export TMPDIR := $(abspath ../../../Xtest-tmpdir)
|
export TMPDIR := $(abspath Xtest-tmpdir)
|
||||||
|
|
||||||
SCRIPTS_DEFAULT = \
|
SCRIPTS_DEFAULT = \
|
||||||
test42.out \
|
test42.out \
|
||||||
|
Loading…
Reference in New Issue
Block a user