Bug fix on makefile
This commit is contained in:
parent
56b7415198
commit
d45dd77f6d
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
|
2.5.4
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -41,7 +41,8 @@ generate_cve:
|
||||||
git commit -m "Generate CVE list at $(shell date --iso=seconds)"
|
git commit -m "Generate CVE list at $(shell date --iso=seconds)"
|
||||||
|
|
||||||
generate_version_file:
|
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:
|
generate_features:
|
||||||
perl ./build/genFeatures.sh
|
perl ./build/genFeatures.sh
|
||||||
|
|
Loading…
Reference in a new issue