]> granicus.if.org Git - esp-idf/commitdiff
build system: Be specific about esp-idf submodule update warnings
authorAngus Gratton <angus@espressif.com>
Mon, 12 Dec 2016 04:08:57 +0000 (15:08 +1100)
committerAngus Gratton <angus@espressif.com>
Mon, 12 Dec 2016 04:58:50 +0000 (15:58 +1100)
make/project.mk

index d4ecea3b79095623ba3a90b9039356c5698bbad1..7472d63017f48b5329cd0ed463f44aee6e6931f3 100644 (file)
@@ -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