topdir.mk: Fix: make topdir does only half a job
make topdir doesn't reliably regenerate pyrightconfig.json because of .SECONDEXPANSION. Adding a second dollar symbol $$(TD_GENERATE_FILES) solves the problem.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c0464c0b76
commit
5a1ef45cc0
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
TD_COPY_FILES += pyproject.toml pyrightconfig.json
|
||||
TD_COPY_FILES += pyproject.toml
|
||||
TD_GENERATE_FILES += pyrightconfig.json
|
||||
|
||||
PY_CHECK_EXCLUDE ?=
|
||||
PY_SRC_ROOT += $(wildcard $(TOPDIR)/src $(TOPDIR)/tools)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue