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:
parent
8490241a3d
commit
c0464c0b76
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue