mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Simplify usage of generate scripts
This commit is contained in:
parent
71c8f20619
commit
d66f900ba2
3 changed files with 46 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue