summaryrefslogtreecommitdiff
path: root/netware
diff options
context:
space:
mode:
Diffstat (limited to 'netware')
-rwxr-xr-xnetware/BUILD/compile-linux-tools1
-rwxr-xr-xnetware/BUILD/compile-netware-END1
-rw-r--r--netware/BUILD/compile-netware-src1
-rwxr-xr-xnetware/BUILD/mwenv4
-rw-r--r--netware/mysql_test_run.c4
-rw-r--r--netware/pack_isam.def1
6 files changed, 5 insertions, 7 deletions
diff --git a/netware/BUILD/compile-linux-tools b/netware/BUILD/compile-linux-tools
index 70f07be649e..744bb1d4c3d 100755
--- a/netware/BUILD/compile-linux-tools
+++ b/netware/BUILD/compile-linux-tools
@@ -18,7 +18,6 @@ path=`dirname $0`
if test -e "Makefile"; then make -k clean; fi
# remove files
-rm -f NEW-RPMS/*
rm -f */.deps/*.P
rm -f */*.linux
diff --git a/netware/BUILD/compile-netware-END b/netware/BUILD/compile-netware-END
index 2bd59f97114..c5c08cea908 100755
--- a/netware/BUILD/compile-netware-END
+++ b/netware/BUILD/compile-netware-END
@@ -12,7 +12,6 @@ path=`dirname $0`
if test -e "Makefile"; then make -k clean; fi
# remove files
-rm -f NEW-RPMS/*
rm -f */.deps/*.P
rm -rf Makefile.in.bk
diff --git a/netware/BUILD/compile-netware-src b/netware/BUILD/compile-netware-src
index df7f6fcdd1a..f4e8a53ffea 100644
--- a/netware/BUILD/compile-netware-src
+++ b/netware/BUILD/compile-netware-src
@@ -21,7 +21,6 @@ if test -e "Makefile"; then
fi
# remove other files
-rm -f NEW-RPMS/*
rm -f */.deps/*.P
rm -rf Makefile.in.bk
diff --git a/netware/BUILD/mwenv b/netware/BUILD/mwenv
index 0acfd3aaf8f..0b3fa9beb6a 100755
--- a/netware/BUILD/mwenv
+++ b/netware/BUILD/mwenv
@@ -19,9 +19,9 @@ export AR='mwldnlm'
export AR_FLAGS='-type library -o'
export AS='mwasmnlm'
export CC='mwccnlm -gccincludes'
-export CFLAGS='-O3 -align 8 -proc 686 -relax_pointers -dialect c'
+export CFLAGS='-align 8 -proc 686 -relax_pointers -dialect c'
export CXX='mwccnlm -gccincludes'
-export CXXFLAGS='-O3 -align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
+export CXXFLAGS='-align 8 -proc 686 -relax_pointers -dialect c++ -bool on -wchar_t on -D_WCHAR_T'
export LD='mwldnlm'
export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
export RANLIB=:
diff --git a/netware/mysql_test_run.c b/netware/mysql_test_run.c
index 849828210f2..37800c5d79b 100644
--- a/netware/mysql_test_run.c
+++ b/netware/mysql_test_run.c
@@ -172,7 +172,7 @@ void report_stats()
log_msg("\nFailed %u/%u test(s), %.02f%% successful.\n",
total_fail, total_test, percent);
log_msg("\nThe .out and .err files in %s may give you some\n", result_dir);
- log_msg("hint of what when wrong.\n");
+ log_msg("hint of what went wrong.\n");
log_msg("\nIf you want to report this error, please first read the documentation\n");
log_msg("at: http://www.mysql.com/doc/en/MySQL_test_suite.html\n");
}
@@ -941,7 +941,7 @@ void run_test(char *test)
// increment total
++total_test;
}
- else if (err == 2)
+ else if (err == 62) // To reflect the changes made in client/mysqltest.c
{
// skip
rstr = TEST_SKIP;
diff --git a/netware/pack_isam.def b/netware/pack_isam.def
index b93cfdffbeb..fff74806f39 100644
--- a/netware/pack_isam.def
+++ b/netware/pack_isam.def
@@ -4,6 +4,7 @@
MODULE libc.nlm
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
XDCDATA ../netware/mysql.xdc
#DEBUG