mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
build: pass more arguments to git describe so that it always works even if detached branch, etc
Merges #441 https://github.com/espressif/esp-idf/pull/441
This commit is contained in:
parent
36e685580a
commit
6a58e173b8
@ -186,8 +186,7 @@ endif
|
||||
@echo $(ESPTOOLPY_WRITE_FLASH) $(ESPTOOL_ALL_FLASH_ARGS)
|
||||
|
||||
|
||||
# Git version of ESP-IDF (of the form v1.0-285-g5c4f707)
|
||||
IDF_VER := $(shell git -C $(IDF_PATH) describe)
|
||||
IDF_VER := $(shell git -C $(IDF_PATH) describe --always --tags --dirty)
|
||||
|
||||
# Set default LDFLAGS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user