diff options
author | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
commit | 6f23bd946a7d9df0456645edda3cb4bab92eb3e2 (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /Build-tools/Do-patch-file | |
parent | bf7633f507d1d9f0dc02e150205d8877ece627fe (diff) | |
download | mariadb-git-6f23bd946a7d9df0456645edda3cb4bab92eb3e2.tar.gz |
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
include/Makefile.am:
Replaced chmod with RM to avoid error message
Docs/Makefile.am:
Added dependency for manual_toc.html
Build-tools/Do-patch-file:
Update for new web structure
support-files/mysql.spec.sh:
Don't install BDB
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Build-tools/Do-patch-file')
-rwxr-xr-x | Build-tools/Do-patch-file | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index a834b312fc2..5a26ac04a69 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -7,7 +7,7 @@ case $# in esac PVER=$1; -VER=`grep SERVER_VERSION include/mysql_version.h | cut -d'"' -f2` +VER=`grep SERVER_VERSION /my/tmp/BUILD/include/mysql_version.h | cut -d'"' -f2` NEWDIR="binary" NEW="mysql-$VER.tar.gz" OLD="mysql-$PVER.tar.gz" @@ -37,4 +37,6 @@ cd ../.. /bin/rm -rf patch chmod a+r,o-w $RESULT binary/* mv $RESULT $PATCH_DIR +cp binary/mysqlcom-* /net/web/home/production/data/nweb/customer/ +rm binary/mysqlcom-* cp binary/* $RESULT_DIR |