Bug fix on makefile

This commit is contained in:
Jean-Marie Renouard 2024-07-15 23:32:39 +02:00
parent 56b7415198
commit d45dd77f6d
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
2.5.4

View File

@ -41,7 +41,8 @@ generate_cve:
git commit -m "Generate CVE list at $(shell date --iso=seconds)"
generate_version_file:
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $NF}' > CURRENT_VERSION.txt
rm -f CURRENT_VERSION.txt
grep "# mysqltuner.pl - Version" ./mysqltuner.pl | awk '{ print $$NF}' > CURRENT_VERSION.txt
generate_features:
perl ./build/genFeatures.sh