topdir.mk: Make target format depend on topdir

make format needs the fixer configs, of course, so make it depend on target topdir.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-01 09:24:08 +02:00
commit c0464c0b76
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -119,7 +119,7 @@ TD_COPY_SRC_PATH = $(subst :,$(space),$(JW_PKG_TOPDIR_COPY_PATH))
TD_GENERATE_FILES += $(TD_COPY_FILES) TD_GENERATE_FILES += $(TD_COPY_FILES)
all: config all: config
format: format: topdir
check-syntax: topdir check-syntax: topdir
check-format: topdir check-format: topdir
check: check-syntax check-format check: check-syntax check-format