diff options
author | tulin@dl145c.mysql.com <> | 2005-05-18 22:26:23 +0200 |
---|---|---|
committer | tulin@dl145c.mysql.com <> | 2005-05-18 22:26:23 +0200 |
commit | 03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340 (patch) | |
tree | d7d25b0632c9a5473f4af7b1b2c772b0e543f694 /BUILD/compile-solaris-sparc-forte | |
parent | 4a1d6f6a18b76bfafe977b416e6f7eb905427a5b (diff) | |
parent | e7c62822541d3538672dd0adc54f8d55eb46a00d (diff) | |
download | mariadb-git-03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340.tar.gz |
merge
Diffstat (limited to 'BUILD/compile-solaris-sparc-forte')
-rwxr-xr-x | BUILD/compile-solaris-sparc-forte | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-solaris-sparc-forte b/BUILD/compile-solaris-sparc-forte index 185b14a9e24..7cdbff6ae4a 100755 --- a/BUILD/compile-solaris-sparc-forte +++ b/BUILD/compile-solaris-sparc-forte @@ -3,13 +3,8 @@ gmake -k clean || true /bin/rm -f */.deps/*.P config.cache -aclocal && autoheader && aclocal && automake && autoconf -(cd storage/bdb/dist && sh s_all) -(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) -if [ -d gemini ] -then - (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) -fi +path=`dirname $0` +. "$path/autorun.sh" # Assume Forte is installed in /opt/SUNWSpro |