From 3134ef0504ced44abcb70349e3eb8999178f0fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 25 Nov 2015 10:50:27 +0000 Subject: [PATCH] footprint.sh: tune output again --- scripts/footprint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/footprint.sh b/scripts/footprint.sh index 48cedd85ec..87d62dfc4c 100755 --- a/scripts/footprint.sh +++ b/scripts/footprint.sh @@ -65,14 +65,14 @@ doit() echo "(generated by $0)" > "$OUTFILE" echo "" >> "$OUTFILE" -log "Footprint of default configurations (minus net.c, timing.c, fs_io)" +log "Footprint of standard configurations (minus net.c, timing.c, fs_io)" log "for bare-metal ARM Cortex-M3/M4 microcontrollers." VERSION_H="include/mbedtls/version.h" MBEDTLS_VERSION=$( sed -n 's/.*VERSION_STRING *"\(.*\)"/\1/p' $VERSION_H ) if git rev-parse HEAD >/dev/null; then GIT_HEAD=$( git rev-parse HEAD | head -c 10 ) - GIT_VERSION=" ($GIT_HEAD)" + GIT_VERSION=" (git head: $GIT_HEAD)" else GIT_VERSION="" fi