diff options
author | serg@janus.mylan <> | 2007-02-26 16:12:40 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-02-26 16:12:40 +0100 |
commit | 30321673a278025b40ee93b9b1c8e75f3dc89acb (patch) | |
tree | abec5b528446805866d0c3e28ebea8ef58ccab4f /BUILD/compile-solaris-sparc-forte | |
parent | e55719ac3bf34ed2bec0ca8b9d7502cf09a17e50 (diff) | |
parent | 83a5eac0a43dfd7ca4ac4d01926c4dfc668a46e4 (diff) | |
download | mariadb-git-30321673a278025b40ee93b9b1c8e75f3dc89acb.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.1
into janus.mylan:/usr/home/serg/Abk/mysql-5.1
Diffstat (limited to 'BUILD/compile-solaris-sparc-forte')
-rwxr-xr-x | BUILD/compile-solaris-sparc-forte | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/BUILD/compile-solaris-sparc-forte b/BUILD/compile-solaris-sparc-forte index 43f68acbbcc..2a8b7dbae48 100755 --- a/BUILD/compile-solaris-sparc-forte +++ b/BUILD/compile-solaris-sparc-forte @@ -1,16 +1,16 @@ #! /bin/sh -gmake -k maintainer-clean || true +# Assume Forte is installed in /opt/SUNWSpro and ld is installed in +# /usr/ccs/bin + +PATH=/opt/SUNWspro/bin/:/usr/ccs/bin:$PATH + +make -k maintainer-clean || true /bin/rm -f */.deps/*.P config.cache path=`dirname $0` . "$path/autorun.sh" - -# Assume Forte is installed in /opt/SUNWSpro - -PATH=/opt/SUNWspro/bin/:$PATH - # For "optimal" code for this computer add -fast to EXTRA # To compile 64 bit, add -xarch=v9 to EXTRA_64_BIT @@ -27,7 +27,7 @@ CC=cc-5.0 CFLAGS="-Xa -xstrconst $STD" \ CXX=CC CXXFLAGS="-noex $STD" \ ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client -gmake -j 4 +make -j 4 if [ $? = 0 ] then make test |