mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
make: use shell
command to extract version string
This commit is contained in:
parent
5beb2802e0
commit
e4d97bef3d
@ -329,7 +329,7 @@ endif
|
||||
ifeq ("$(wildcard ${IDF_PATH}/version.txt)","")
|
||||
IDF_VER_T := $(shell cd ${IDF_PATH} && git describe --always --tags --dirty)
|
||||
else
|
||||
IDF_VER_T := `cat ${IDF_PATH}/version.txt`
|
||||
IDF_VER_T := $(shell cat ${IDF_PATH}/version.txt)
|
||||
endif
|
||||
IDF_VER := $(shell echo "$(IDF_VER_T)" | cut -c 1-31)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user