1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Simplify usage of generate scripts

This commit is contained in:
Manuel Pégourié-Gonnard
2014-05-09 13:40:14 +02:00
committed by Paul Bakker
parent 71c8f20619
commit d66f900ba2
3 changed files with 46 additions and 8 deletions

View File

@ -85,10 +85,10 @@ do
done
[ $VERBOSE ] && echo "Re-generating library/error.c"
scripts/generate_errors.pl include/polarssl scripts/data_files library/error.c
scripts/generate_errors.pl
[ $VERBOSE ] && echo "Re-generating library/version_features.c"
scripts/generate_features.pl include/polarssl scripts/data_files library/version_features.c
scripts/generate_features.pl
[ $VERBOSE ] && echo "Re-generating visualc files"
scripts/generate_visualc_files.pl