mbedtls/scripts
Andres Amaya Garcia 9a5398f71b Fix footprint.sh call to makefile (#600)
Ideally, Makefile targets should be called irrespectively of their
execution order. In this sense, `clean` and `lib` should not be
passed both as target command line arguments in the same make
invocation. This is because out-of-order execution could cause a
failure. This change ensures that `clean` and `lib` are called in
separate executions of make in scripts/footprint.sh
2016-09-06 17:15:54 +01:00
..
data_files Add missing mbedtls_time_t definitions (#493) 2016-05-26 10:07:49 +01:00
apidoc_full.sh Add scripts/apidoc_full.sh 2016-01-12 14:48:03 +00:00
bump_version.sh Removes yotta from bump_version.sh 2016-05-23 19:15:39 +01:00
config.pl Fix for config.pl if no arguments are passed 2016-06-26 15:44:20 +01:00
ecc-heap.sh
find-mem-leak.cocci
footprint.sh Fix footprint.sh call to makefile (#600) 2016-09-06 17:15:54 +01:00
generate_errors.pl
generate_features.pl
generate_visualc_files.pl
malloc-init.pl
massif_max.pl
memory.sh Print I/O buffer size in memory.sh 2015-09-09 13:51:05 +02:00
output_env.sh Suppress shell errors in output_env.sh 2016-09-05 14:53:13 +01:00
rename.pl Adds checks to 1.3->2.0 API migration script 2016-06-23 11:11:30 +01:00
rm-malloc-cast.cocci
tmp_ignore_makefiles.sh