Commit f2cfb6ef authored by unknown's avatar unknown
Browse files

mysql-test-run.pl:

  Removed -c from /bin/sh call
make_win_src_distribution.sh:
  Copy all content in mysql-test
make_win_binary_distribution.sh, make_binary_distribution.sh:
  Add Perl version of mysql-test-run to package
s_win32_dsp, s_win32, s_vxworks, s_test, s_readme, s_java, s_javah:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris


bdb/dist/s_javah:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_java:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_readme:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_test:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_vxworks:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_win32:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
bdb/dist/s_win32_dsp:
  Bug #6209 changes for building Berkeley DB from BitKeeper on Solaris
scripts/make_binary_distribution.sh:
  Add Perl version of mysql-test-run to package
scripts/make_win_binary_distribution.sh:
  Add Perl version of mysql-test-run to package
scripts/make_win_src_distribution.sh:
  Copy all content in mysql-test
mysql-test/mysql-test-run.pl:
  Removed -c from /bin/sh call
parent eb61d60d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

msgjava="/* DO NOT EDIT: automatically built by dist/s_java. */"

. RELEASE
. ./RELEASE

t=/tmp/__java
c=/tmp/__javajnic
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
# Using Sun's JDK rather than some other installation ensures
# that the header files will not be constantly changed.

. RELEASE
. ./RELEASE

JAVAC=javac
JAVAH=javah
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ d=..
t=/tmp/__t
trap 'rm -f $t; exit 0' 0 1 2 3 13 15

. RELEASE
. ./RELEASE

cat << END_OF_README>$t
$DB_VERSION_STRING
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ msg2="# Automatically built by dist/s_test; may require local editing."
t=/tmp/__t
trap 'rm -f $t; exit 0' 0 1 2 3 13 15

. RELEASE
. ./RELEASE

(echo "$msg1"					&& \
 echo ""					&& \
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

msgc="/* DO NOT EDIT: automatically built by dist/s_vxworks. */"

. RELEASE
. ./RELEASE

s=/tmp/__db_a
t=/tmp/__db_b
Loading