diff options
author | monty@mysql.com/nosik.monty.fi <> | 2006-11-27 18:16:08 +0200 |
---|---|---|
committer | monty@mysql.com/nosik.monty.fi <> | 2006-11-27 18:16:08 +0200 |
commit | 0e149b717029cf5ee5b34b3f7c5249cc534a3e1c (patch) | |
tree | 20c7910ad3251fb39027f6528cd4c0524220a1a0 /BUILD/FINISH.sh | |
parent | 313f23a93af801ca368fd5f3123f952ab2b8da68 (diff) | |
download | mariadb-git-0e149b717029cf5ee5b34b3f7c5249cc534a3e1c.tar.gz |
Removed compiler warnings
Ensure that my_size_t is always unsigned (to get predictiable results from system to system)
Removed some %lld, as these are not portable
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 51f6e909172..6f0600c9de3 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -5,7 +5,7 @@ configure="./configure $base_configs $extra_configs" commands="\ $make -k distclean || true -/bin/rm -rf */.deps/*.P config.cache storage/innobase/config.cache autom4te.cache innobase/autom4te.cache; +/bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache; path=`dirname $0` . \"$path/autorun.sh\"" |