Add gen_query_config.pl to check-gen-files and bump_version

This commit is contained in:
Andres Amaya Garcia 2018-10-16 22:13:57 +01:00
parent f1a5b26233
commit e144b4130c
2 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,9 @@ done
[ $VERBOSE ] && echo "Re-generating library/error.c" [ $VERBOSE ] && echo "Re-generating library/error.c"
scripts/generate_errors.pl scripts/generate_errors.pl
[ $VERBOSE ] && echo "Re-generating programs/ssl/query_config.c"
scripts/generate_query_config.pl
[ $VERBOSE ] && echo "Re-generating library/version_features.c" [ $VERBOSE ] && echo "Re-generating library/version_features.c"
scripts/generate_features.pl scripts/generate_features.pl

View File

@ -65,5 +65,6 @@ check()
} }
check scripts/generate_errors.pl library/error.c check scripts/generate_errors.pl library/error.c
check scripts/generate_query_config.pl programs/ssl/query_config.c
check scripts/generate_features.pl library/version_features.c check scripts/generate_features.pl library/version_features.c
check scripts/generate_visualc_files.pl visualc/VS2010 check scripts/generate_visualc_files.pl visualc/VS2010