diff options
Diffstat (limited to 'BUILD/compile-irix-mips64-mipspro')
-rwxr-xr-x | BUILD/compile-irix-mips64-mipspro | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-irix-mips64-mipspro b/BUILD/compile-irix-mips64-mipspro index 1987fa13b1f..0cebb4b9f5b 100755 --- a/BUILD/compile-irix-mips64-mipspro +++ b/BUILD/compile-irix-mips64-mipspro @@ -34,14 +34,9 @@ fi set -x make distclean -aclocal -autoheader -libtoolize --automake --force -automake --force --add-missing -autoconf -(cd bdb/dist && sh s_all) -(cd innobase && aclocal && autoheader && aclocal && automake && autoconf) +path=`dirname $0` +. "$path/autorun.sh" # C options: # -apo - auto-parallize for multiprocessors (implies -mp) |