From 5102766f42aef5398e9c3ef3e702a8a7ef040e64 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Apr 2001 13:08:35 -0600 Subject: [PATCH] added compile-pentium-gprof ignore generated files from bdb BitKeeper/etc/ignore: Added bdb/dist/template/rec_btree bdb/dist/template/rec_crdel bdb/dist/template/rec_db bdb/dist/template/rec_hash bdb/dist/template/rec_log bdb/dist/template/rec_qam bdb/dist/template/rec_txn bdb/hash/hash_auto.c bdb/include/btree_auto.h bdb/include/crdel_auto.h bdb/include/db_auto.h bdb/include/db_server.h bdb/include/hash_auto.h bdb/include/log_auto.h bdb/include/qam_auto.h bdb/include/txn_auto.h bdb/java/src/com/sleepycat/db/DbConstants.java bdb/log/log_auto.c bdb/qam/qam_auto.c bdb/rpc_client/db_server_clnt.c bdb/rpc_client/gen_client.c bdb/rpc_server/db_server_svc.c bdb/rpc_server/db_server_xdr.c bdb/rpc_server/gen_db_server.c bdb/test/include.tcl bdb/txn/txn_auto.c gmon.out mysql-test/gmon.out sql/gmon.out sql/share/charsets/gmon.out sql/share/gmon.out to the ignore list BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted --- .bzrignore | 32 ++++++++++++++++++++++++++++++++ BUILD/compile-pentium-gprof | 9 +++++++++ BitKeeper/etc/logging_ok | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100755 BUILD/compile-pentium-gprof diff --git a/.bzrignore b/.bzrignore index 23eac357111..3e27fd96c29 100644 --- a/.bzrignore +++ b/.bzrignore @@ -203,3 +203,35 @@ BitKeeper/etc/level *.bb *.bbg *.da +.out +bdb/dist/template/rec_btree +bdb/dist/template/rec_crdel +bdb/dist/template/rec_db +bdb/dist/template/rec_hash +bdb/dist/template/rec_log +bdb/dist/template/rec_qam +bdb/dist/template/rec_txn +bdb/hash/hash_auto.c +bdb/include/btree_auto.h +bdb/include/crdel_auto.h +bdb/include/db_auto.h +bdb/include/db_server.h +bdb/include/hash_auto.h +bdb/include/log_auto.h +bdb/include/qam_auto.h +bdb/include/txn_auto.h +bdb/java/src/com/sleepycat/db/DbConstants.java +bdb/log/log_auto.c +bdb/qam/qam_auto.c +bdb/rpc_client/db_server_clnt.c +bdb/rpc_client/gen_client.c +bdb/rpc_server/db_server_svc.c +bdb/rpc_server/db_server_xdr.c +bdb/rpc_server/gen_db_server.c +bdb/test/include.tcl +bdb/txn/txn_auto.c +gmon.out +mysql-test/gmon.out +sql/gmon.out +sql/share/charsets/gmon.out +sql/share/gmon.out diff --git a/BUILD/compile-pentium-gprof b/BUILD/compile-pentium-gprof new file mode 100755 index 00000000000..02b595d1015 --- /dev/null +++ b/BUILD/compile-pentium-gprof @@ -0,0 +1,9 @@ +#! /bin/sh + +path=`dirname $0` +. "$path/SETUP.sh" + +extra_flags="$pentium_cflags -O2 -pg -g" +extra_configs="$pentium_configs $debug_configs --disable-shared" + +. "$path/FINISH.sh" diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index f41e65676eb..9f94b7a6bfd 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -1 +1 @@ -monty@donna.mysql.fi +sasha@mysql.sashanet.com