diff options
Diffstat (limited to 'support-files')
-rwxr-xr-x | support-files/build-tags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/build-tags b/support-files/build-tags index e94b7bed298..660a7d7f9fc 100755 --- a/support-files/build-tags +++ b/support-files/build-tags @@ -5,8 +5,8 @@ rm -f TAGS if git rev-parse HEAD >/dev/null 2>&1 then cd `git rev-parse --show-toplevel` - echo client storage dbug libmysql sql-common \ - sql extra mysys mysys_ssl strings regex pcre vio include \ + echo sql mysys strings client storage dbug libmysql sql-common \ + extra mysys_ssl strings regex pcre vio include \ tools unittest plugin libmysqld | \ xargs -n1 git ls-files | grep -v '\.jar$' | grep -v '\.xz$' | \ xargs etags -o TAGS --append |