@echo"ESP-IDF isn't properly installed, will try to re-install and then re-run make:"
git submodule init
git submodule update --recursive
python -m pip install--user--requirement$(IDF_PATH)/requirements.txt ||echo"W: pip failed, but this might be harmless. Let's just try whether it works anyway.">&2
# If we'd just continue, make would fake-succeed albeit with a warning
# "make[1]: *** No rule to make target `menuconfig'. Stop."