diff options
author | malff/marcsql@weblab.(none) <> | 2007-02-28 18:14:56 -0700 |
---|---|---|
committer | malff/marcsql@weblab.(none) <> | 2007-02-28 18:14:56 -0700 |
commit | dc98aa82abeb14a491f05e583bd86110d319a10c (patch) | |
tree | 5d5413ca065b58fc27c6a73c2eaf337f527295be /BUILD/compile-solaris-sparc-forte | |
parent | 8b07431927ccbdc0e0202396fbdd173933a9bf1d (diff) | |
parent | 2baf35b4fab1cd1c185b7b98645eb76ed88d9f73 (diff) | |
download | mariadb-git-dc98aa82abeb14a491f05e583bd86110d319a10c.tar.gz |
Merge weblab.(none):/home/marcsql/TREE/mysql-5.1-base
into weblab.(none):/home/marcsql/TREE/mysql-5.1-rt-merge
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 7cdbff6ae4a..936266670d9 100755 --- a/BUILD/compile-solaris-sparc-forte +++ b/BUILD/compile-solaris-sparc-forte @@ -1,16 +1,16 @@ #! /bin/sh -gmake -k 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 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 |