summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-sparc
diff options
context:
space:
mode:
authorunknown <tim@cane.mysql.fi>2000-12-18 23:24:19 +0200
committerunknown <tim@cane.mysql.fi>2000-12-18 23:24:19 +0200
commit447b5534d02b99327d73ac15edb43bcf5d793e7e (patch)
tree144029d1dacb5aaa27e21b64dbfc97258409e2ab /BUILD/compile-solaris-sparc
parent7cdb2b2d1d1efef069a305d130abf57d099c790e (diff)
downloadmariadb-git-447b5534d02b99327d73ac15edb43bcf5d793e7e.tar.gz
- cleaned up BUILD scripts
- consolidate common functionality into one place - make them detect gmake/make BUILD/compile-alpha: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-debug-no-bdb: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-debug: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-gcov: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium-myodbc: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-pentium: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-solaris-sparc-purify: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make BUILD/compile-solaris-sparc: - cleaned up BUILD scripts - consolidate common functionality into one place - make them detect gmake/make
Diffstat (limited to 'BUILD/compile-solaris-sparc')
-rwxr-xr-xBUILD/compile-solaris-sparc16
1 files changed, 8 insertions, 8 deletions
diff --git a/BUILD/compile-solaris-sparc b/BUILD/compile-solaris-sparc
index d234fb2ab9c..0558cfda25d 100755
--- a/BUILD/compile-solaris-sparc
+++ b/BUILD/compile-solaris-sparc
@@ -1,9 +1,9 @@
-gmake -k clean
-/bin/rm -f */.deps/*.P */*.o
-/bin/rm -f config.cache
-aclocal; autoheader; aclocal; automake; autoconf
+#! /bin/sh
-CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -f
-elide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/m
-ysql --with-extra-charsets=complex
-gmake
+path=`dirname $0`
+. "$path/SETUP.sh"
+
+extra_flags="$sparc_cflags $fast_cflags"
+extra_configs="$sparc_configs"
+
+. "$path/FINISH.sh"