We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba359a commit 1594568Copy full SHA for 1594568
features/mbedtls/importer/Makefile
@@ -133,6 +133,9 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
133
#
134
# Updating checked out version tag
135
echo $(MBED_TLS_RELEASE) > $(TARGET_PREFIX)VERSION.txt
136
+ #
137
+ # Updating Mbed Crypto checked out version tag
138
+ git -C $(MBED_CRYPTO_DIR) describe --tags --abbrev=12 --dirty --always >> $(TARGET_PREFIX)VERSION.txt
139
140
$(MBED_TLS_GIT_CFG):
141
rm -rf $(MBED_TLS_DIR)
0 commit comments