mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Cleanup in the "netware" subdirectory:
1) We do not provide the "isam" table handler in 5.0 and up (different from "myisam" !), so we do not need the ".def" files for the "isam"-specific tools. 2) Use "basename" to get the base name of a file, not a harder-to-read sed expression. BitKeeper/deleted/.del-isamchk.def: Delete: netware/isamchk.def BitKeeper/deleted/.del-isamlog.def: Delete: netware/isamlog.def BitKeeper/deleted/.del-pack_isam.def: Delete: netware/pack_isam.def netware/Makefile.am: Use a plain "basename" showing the purpose, not a sed command which is harder to read.
This commit is contained in:
parent
46d5ebb120
commit
870958d25c
4 changed files with 1 additions and 37 deletions
|
|
@ -44,7 +44,7 @@ link_sources:
|
|||
set -x; \
|
||||
for f in $(netware_build_files); do \
|
||||
rm -f ../$$f; \
|
||||
org=`echo $$f | sed -e 's/.*\/\(.*\)/\1/g'`; \
|
||||
org=`basename $$f`; \
|
||||
@LN_CP_F@ $(srcdir)/$$org ../$$f; \
|
||||
done
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
#------------------------------------------------------------------------------
|
||||
# ISAM Check
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
SCREENNAME "MySQL ISAM Table Check Tool"
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Check Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
#------------------------------------------------------------------------------
|
||||
# ISAM Log
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Log Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
#------------------------------------------------------------------------------
|
||||
# Pack ISAM
|
||||
#------------------------------------------------------------------------------
|
||||
MODULE libc.nlm
|
||||
SCREENNAME "MySQL ISAM Table Pack Tool"
|
||||
COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved."
|
||||
DESCRIPTION "MySQL ISAM Table Pack Tool"
|
||||
SCREENNAME "MySQL ISAM Table Pack Tool"
|
||||
VERSION 4, 0
|
||||
STACKSIZE 131072
|
||||
XDCDATA ../netware/mysql.xdc
|
||||
#DEBUG
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue