mariadb/BUILD/compile-alpha-cxx

44 lines
1 KiB
Text
Raw Normal View History

#! /bin/sh
/bin/rm -f */.deps/*.P */*.o
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
Remove automatically generated autotools files from revision control. Fix build scripts to create them. BitKeeper/deleted/.del-config.guess~fd94a91a69a8ce8: Delete: config.guess BitKeeper/deleted/.del-config.sub~d18f703b655db258: Delete: config.sub BitKeeper/deleted/.del-depcomp~d5c35239e36674f1: Delete: depcomp BitKeeper/deleted/.del-install-sh~ddc86c88a9bebd00: Delete: install-sh BitKeeper/deleted/.del-ltconfig~6d12dc759ce40830: Delete: ltconfig BitKeeper/deleted/.del-ltmain.sh~9b8b907df176f96e: Delete: ltmain.sh BitKeeper/deleted/.del-missing~3fe9ea908d3a7caa: Delete: missing BitKeeper/deleted/.del-mkinstalldirs~fa914ace602e1447: Delete: mkinstalldirs BUILD/FINISH.sh: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-alpha-ccc: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-alpha-cxx: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-alpha-debug: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-hpux11-parisc2-aCC: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-ia64-debug-max: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-irix-mips64-mipspro: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-pentium-pgcc: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-solaris-sparc-debug: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-solaris-sparc-forte: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-solaris-sparc-purify: Move autotools bootstrap scripts invocation to one place (autorun.sh) BUILD/compile-solaris-sparc: Move autotools bootstrap scripts invocation to one place (autorun.sh) BitKeeper/etc/ignore: Added config.guess config.sub install-sh ltmain.sh missing to the ignore list
2005-05-18 13:23:29 +02:00
path=`dirname $0`
. "$path/autorun.sh"
CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools --disable-dependency-tracking
Fixed some reported bugs BUILD/compile-alpha-cxx: Building on Alpha with Compaq C and C+++ Docs/manual.texi: Changelogs and update of links myisam/mi_key.c: Fixed multi_part keys where first part where of TEXT/BLOB type mysys/Makefile.am: Makefile.am now works with Compaq make sql-bench/Results/ATIS-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/RUN-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/alter-table-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/big-tables-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/connect-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/create-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/insert-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/select-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/Results/wisconsin-mysql-Linux_2.2.13_SMP_alpha: New benchmark results sql-bench/test-select.sh: Made the count_distinct_big test a bit smaller sql/log.cc: Changed the slow log format to have more information by default sql/mysqld.cc: false->FALSE sql/share/german/errmsg.sys: Update of messages sql/share/german/errmsg.txt: Update of messages sql/sql_base.cc: Fixed SELECT DISTINCT * sql/sql_insert.cc: Cleanup sql/sql_table.cc: Added logging of DROP of temporary tables vio/VioFd.cc: false -> FALSE vio/VioSSL.cc: false -> FALSE vio/VioSSLFactoriesFd.cc: false -> FALSE vio/VioSocket.cc: false -> FALSE
2000-11-18 22:13:48 +01:00
make -j2
find . -name ".deps" | xargs rm -r
make
if [ $? = 0 ]
then
find . -name ".deps" | xargs rm -r
bin/mysqladmin shutdown
sur make install
if [ $? = 0 ]
then
scripts/make_binary_distribution
fi
Removed SCCS flag from all test cases Changed atoll -> strtoll Extended mysql-test-run mysql-test/t/alter_table.test: Turn off SCCS flag mysql-test/t/analyse.test: Turn off SCCS flag mysql-test/t/auto_increment.test: Turn off SCCS flag mysql-test/t/bdb.test: Turn off SCCS flag mysql-test/t/bigint.test: Turn off SCCS flag mysql-test/t/binary.test: Turn off SCCS flag mysql-test/t/case.test: Turn off SCCS flag mysql-test/t/comments.test: Turn off SCCS flag mysql-test/t/compare.test: Turn off SCCS flag mysql-test/t/count_distinct.test: Turn off SCCS flag mysql-test/t/create.test: Turn off SCCS flag mysql-test/t/delayed.test: Turn off SCCS flag mysql-test/t/delete.test: Turn off SCCS flag mysql-test/t/distinct.test: Turn off SCCS flag mysql-test/t/empty_table.test: Turn off SCCS flag mysql-test/t/err000001.test: Turn off SCCS flag mysql-test/t/explain.test: Turn off SCCS flag mysql-test/t/flush_table.test: Turn off SCCS flag mysql-test/t/foreign_key.test: Turn off SCCS flag mysql-test/t/fulltext.test: Turn off SCCS flag mysql-test/t/fulltext_multi.test: Turn off SCCS flag mysql-test/t/fulltext_order_by.test: Turn off SCCS flag mysql-test/t/func_crypt.test: Turn off SCCS flag mysql-test/t/func_date_add.test: Turn off SCCS flag mysql-test/t/func_equal.test: Turn off SCCS flag mysql-test/t/func_group.test: Turn off SCCS flag mysql-test/t/func_in.test: Turn off SCCS flag mysql-test/t/func_like.test: Turn off SCCS flag mysql-test/t/func_math.test: Turn off SCCS flag mysql-test/t/func_misc.test: Turn off SCCS flag mysql-test/t/func_op.test: Turn off SCCS flag mysql-test/t/func_regexp.test: Turn off SCCS flag mysql-test/t/func_set.test: Turn off SCCS flag mysql-test/t/func_str.test: Turn off SCCS flag mysql-test/t/func_system.test: Turn off SCCS flag mysql-test/t/func_test.test: Turn off SCCS flag mysql-test/t/func_time.test: Turn off SCCS flag mysql-test/t/func_timestamp.test: Turn off SCCS flag mysql-test/t/group_by.test: Turn off SCCS flag mysql-test/t/heap.test: Turn off SCCS flag mysql-test/t/ins000001.test: Turn off SCCS flag mysql-test/t/insert.test: Turn off SCCS flag mysql-test/t/insert_select.test: Turn off SCCS flag mysql-test/t/join.test: Turn off SCCS flag mysql-test/t/join_outer.test: Turn off SCCS flag mysql-test/t/key.test: Turn off SCCS flag mysql-test/t/key_diff.test: Turn off SCCS flag mysql-test/t/key_primary.test: Turn off SCCS flag mysql-test/t/keywords.test: Turn off SCCS flag mysql-test/t/limit.test: Turn off SCCS flag mysql-test/t/merge.test: Turn off SCCS flag mysql-test/t/null.test: Turn off SCCS flag mysql-test/t/null_key.test: Turn off SCCS flag mysql-test/t/odbc.test: Turn off SCCS flag mysql-test/t/order_by.test: Turn off SCCS flag mysql-test/t/outfile.test: Turn off SCCS flag mysql-test/t/raid.test: Turn off SCCS flag mysql-test/t/range.test: Turn off SCCS flag mysql-test/t/rename.test: Turn off SCCS flag mysql-test/t/replace.test: Turn off SCCS flag mysql-test/t/rollback.test: Turn off SCCS flag mysql-test/t/rpl000001.test: Turn off SCCS flag mysql-test/t/rpl000002.test: Turn off SCCS flag mysql-test/t/rpl000003.test: Turn off SCCS flag mysql-test/t/rpl000004.test: Turn off SCCS flag mysql-test/t/rpl000005.test: Turn off SCCS flag mysql-test/t/rpl000006.test: Turn off SCCS flag mysql-test/t/rpl000007.test: Turn off SCCS flag mysql-test/t/rpl000008.test: Turn off SCCS flag mysql-test/t/rpl000009.test: Turn off SCCS flag mysql-test/t/rpl000010.test: Turn off SCCS flag mysql-test/t/rpl000011.test: Turn off SCCS flag mysql-test/t/rpl000012.test: Turn off SCCS flag mysql-test/t/rpl000013.test: Turn off SCCS flag mysql-test/t/rpl000014.test: Turn off SCCS flag mysql-test/t/rpl000015.test: Turn off SCCS flag mysql-test/t/rpl000016.test: Turn off SCCS flag mysql-test/t/sel000001.test: Turn off SCCS flag mysql-test/t/sel000002.test: Turn off SCCS flag mysql-test/t/sel000003.test: Turn off SCCS flag mysql-test/t/sel000031.test: Turn off SCCS flag mysql-test/t/sel000032.test: Turn off SCCS flag mysql-test/t/sel000033.test: Turn off SCCS flag mysql-test/t/sel000100.test: Turn off SCCS flag mysql-test/t/select.test: Turn off SCCS flag mysql-test/t/select_safe.test: Turn off SCCS flag mysql-test/t/show_check.test: Turn off SCCS flag mysql-test/t/shw000001.test: Turn off SCCS flag mysql-test/t/tablelock.test: Turn off SCCS flag mysql-test/t/temp_table.test: Turn off SCCS flag mysql-test/t/truncate.test: Turn off SCCS flag mysql-test/t/type_blob.test: Turn off SCCS flag mysql-test/t/type_date.test: Turn off SCCS flag mysql-test/t/type_datetime.test: Turn off SCCS flag mysql-test/t/type_enum.test: Turn off SCCS flag mysql-test/t/type_float.test: Turn off SCCS flag mysql-test/t/type_ranges.test: Turn off SCCS flag mysql-test/t/type_time.test: Turn off SCCS flag mysql-test/t/type_timestamp.test: Turn off SCCS flag mysql-test/t/type_uint.test: Turn off SCCS flag mysql-test/t/type_year.test: Turn off SCCS flag mysql-test/t/update.test: Turn off SCCS flag mysql-test/t/varbinary.test: Turn off SCCS flag mysql-test/t/variables.test: Turn off SCCS flag mysql-test/t/warnings.test: Turn off SCCS flag BUILD/compile-alpha-cxx: Added making of test Docs/manual.texi: Added more documentation to CHECK table mysql-test/mysql-test-run.sh: Added --local and checking if we are running as root sql/mysqlbinlog.cc: Changed atoll -> strtoll sql/slave.cc: Changed atoll -> strtoll
2001-01-03 15:54:46 +01:00
make test
fi
exit
# This should give better performance by compiling many files at once, but
# according to our benchmarks there isn't any real difference.
pwd=`pwd`
for i in */make-ccc
do
cd `dirname $i`
make-ccc
cd $pwd
done
cd sql
rm mysqld .deps/*.P
make mysqld
cd $pwd