diff options
author | Michael Widenius <monty@askmonty.org> | 2010-05-12 17:27:18 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-05-12 17:27:18 +0300 |
commit | 8b2abdcf41da724c3685be85611ace237f085374 (patch) | |
tree | bd034274b6b4129c0a5883fc1bcd358a449df207 /scripts/make_binary_distribution.sh | |
parent | f6615e4898cc8b611b9c398731d69d141345dffb (diff) | |
parent | 6248c89a4bfc66c7f9319f406bee08dc39ef5378 (diff) | |
download | mariadb-git-8b2abdcf41da724c3685be85611ace237f085374.tar.gz |
Merge to get PBXT's xstat program
scripts/make_binary_distribution.sh:
Added copying of xstat
scripts/make_win_bin_dist:
Added copying of xstat
Diffstat (limited to 'scripts/make_binary_distribution.sh')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 8c965832cf7..44505adf6e1 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -276,6 +276,7 @@ if [ x"$BASE_SYSTEM" != x"netware" ] ; then # Do a install that we later are to pack. Use the same paths as in # the build for the relevant directories. # ---------------------------------------------------------------------- + set -x -v @MAKE@ DESTDIR=$BASE install \ pkglibdir=@pkglibdir@ \ pkgincludedir=@pkgincludedir@ \ @@ -444,6 +445,7 @@ BIN_FILES="extra/comp_err$BS extra/replace$BS extra/perror$BS \ tests/mysql_client_test$BS \ libmysqld/examples/mysql_client_test_embedded$BS \ libmysqld/examples/mysqltest_embedded$BS \ + storage/pbxt/bin/xtstat$BS \ "; # Platform-specific bin dir files: |