system/nxdiag: Remove unnecessary --depth
parameter
This commits removes the unnecesary `--depth` parameter: Espressif common headers do not require it.
This commit is contained in:
parent
a9bd4dbe01
commit
a09521ed55
@ -80,7 +80,7 @@ INFO_DEPS += espressif_prepare
|
|||||||
espressif_prepare:
|
espressif_prepare:
|
||||||
ifeq ($(HALDIR),$(ARCH_ESP_HALDIR))
|
ifeq ($(HALDIR),$(ARCH_ESP_HALDIR))
|
||||||
@echo "Unshallowing Espressif HAL..."
|
@echo "Unshallowing Espressif HAL..."
|
||||||
(cd ${HALDIR} && git fetch --depth=10000 && git fetch --tags)
|
(cd ${HALDIR} && git fetch && git fetch --tags)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef ESPTOOL_BINDIR
|
ifdef ESPTOOL_BINDIR
|
||||||
|
Loading…
Reference in New Issue
Block a user