From 9a378bca0e0616bb9a589b175ff833b463ff51c3 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Mon, 12 Dec 2016 15:08:57 +1100 Subject: [PATCH] build system: Be specific about esp-idf submodule update warnings --- make/project.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/project.mk b/make/project.mk index d4ecea3b79..7472d63017 100644 --- a/make/project.mk +++ b/make/project.mk @@ -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