Skip to content

Commit 32585ed

Browse files
committed
create the creation of the crypto target folder to the rsync rule
1 parent d15fba7 commit 32585ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

features/mbedtls/importer/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ rsync:
7272
cp $(MBED_TLS_DIR)/apache-2.0.txt $(TARGET_PREFIX)
7373
#
7474
# Copying mbed Crypto into mbed library..
75+
# Create Mbed Crypto target folder
76+
mkdir -p $(TARGET_PREFIX_CRYPTO)
77+
#
7578
rm -rf $(TARGET_SRV_IMPL)
7679
rm -rf $(TARGET_SPE)
7780

@@ -119,9 +122,6 @@ update: $(MBED_TLS_GIT_CFG) $(MBED_TLS_HA_GIT_CFG)
119122
#
120123
# Updating checked out version tag
121124
echo $(MBED_TLS_RELEASE) > $(TARGET_PREFIX)VERSION.txt
122-
#
123-
# Create mbed Crypto target folder
124-
mkdir -p $(TARGET_PREFIX_CRYPTO)
125125

126126
$(MBED_TLS_GIT_CFG):
127127
rm -rf $(MBED_TLS_DIR)

0 commit comments

Comments
 (0)