mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
build system: Be specific about esp-idf submodule update warnings
This commit is contained in:
parent
bab1d49f1f
commit
9a378bca0e
@ -368,7 +368,7 @@ $(IDF_PATH)/$(1)/.git:
|
||||
# Parse 'git submodule status' output for out-of-date submodule.
|
||||
# Status output prefixes status line with '+' if the submodule commit doesn't match
|
||||
ifneq ("$(shell cd ${IDF_PATH} && git submodule status $(1) | grep '^+')","")
|
||||
$$(info WARNING: git submodule $(1) may be out of date. Run 'git submodule update' to update.)
|
||||
$$(info WARNING: esp-idf git submodule $(1) may be out of date. Run 'git submodule update' in IDF_PATH dir to update.)
|
||||
endif
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user