summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-01-01 20:54:45 +0100
committerunknown <kent@mysql.com>2005-01-01 20:54:45 +0100
commitb0f963f5a674bfa847f575fb2cde6daca86d9084 (patch)
treecd27150c72c75b5cce4c09413a98f779ce91f7e4 /netware
parent6c5c48b59dae52fefd776d828f789efeb9f71ad4 (diff)
downloadmariadb-git-b0f963f5a674bfa847f575fb2cde6daca86d9084.tar.gz
Many files:
Removed references to ISAM and MERGE netware/BUILD/compile-linux-tools: Removed references to ISAM and MERGE netware/Makefile.am: Removed references to ISAM and MERGE os2/ChangeLog.os2: Removed references to ISAM and MERGE os2/MySQL-Source.icc: Removed references to ISAM and MERGE os2/MySQL-Sql.icc: Removed references to ISAM and MERGE os2/MySQL-Util.icc: Removed references to ISAM and MERGE support-files/debian/gomi: Removed references to ISAM and MERGE
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/BUILD/compile-linux-tools2
-rw-r--r--netware/Makefile.am6
2 files changed, 2 insertions, 6 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools
index 70f07be649e..c21857146e0 100755
--- a/netware/BUILD/compile-linux-tools
+++ b/netware/BUILD/compile-linux-tools
@@ -36,8 +36,6 @@ make clean all-local
(cd heap; make libheap.a)
(cd vio; make libvio.a)
(cd regex; make libregex.a)
-(cd isam; make libnisam.a)
-(cd merge; make libmerge.a)
(cd myisam; make libmyisam.a)
(cd myisammrg; make libmyisammrg.a)
(cd extra; make comp_err)
diff --git a/netware/Makefile.am b/netware/Makefile.am
index 2467270f27b..92c8afba896 100644
--- a/netware/Makefile.am
+++ b/netware/Makefile.am
@@ -32,8 +32,6 @@ netware_build_files = client/mysql.def client/mysqladmin.def \
extra/mysql_install.def extra/my_print_defaults.def \
extra/perror.def extra/replace.def \
extra/resolveip.def extra/comp_err.def \
- isam/isamchk.def \
- isam/isamlog.def isam/pack_isam.def \
libmysqld/libmysqld.def myisam/myisamchk.def \
myisam/myisamlog.def myisam/myisampack.def \
sql/mysqld.def extra/mysql_waitpid.def \
@@ -48,7 +46,7 @@ link_sources:
done;
else
EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \
- isamchk.def isamlog.def libmysql.def libmysql.imp \
+ libmysql.def libmysql.imp \
libmysqlmain.c my_manage.c my_manage.h \
my_print_defaults.def myisam_ftdump.def myisamchk.def \
myisamlog.def myisampack.def mysql.def mysql.xdc \
@@ -58,7 +56,7 @@ EXTRA_DIST= comp_err.def init_db.sql install_test_db.ncf \
mysql_test_run.def mysql_waitpid.def mysqladmin.def \
mysqlbinlog.def mysqlcheck.def mysqld.def \
mysqld_safe.c mysqld_safe.def mysqldump.def mysqlimport.def \
- mysqlshow.def mysqltest.def pack_isam.def perror.def \
+ mysqlshow.def mysqltest.def perror.def \
replace.def resolve_stack_dump.def resolveip.def test_db.sql \
static_init_db.sql \
BUILD/apply-patch BUILD/compile-AUTOTOOLS \