mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02: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:
committed by
Angus Gratton
parent
36e685580a
commit
6a58e173b8
@@ -186,8 +186,7 @@ endif
|
|||||||
@echo $(ESPTOOLPY_WRITE_FLASH) $(ESPTOOL_ALL_FLASH_ARGS)
|
@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 --always --tags --dirty)
|
||||||
IDF_VER := $(shell git -C $(IDF_PATH) describe)
|
|
||||||
|
|
||||||
# Set default LDFLAGS
|
# Set default LDFLAGS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user