diff options
author | unknown <monty@work.mysql.com> | 2001-01-21 16:38:36 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2001-01-21 16:38:36 +0100 |
commit | f24513ea4d981259838f027b6b2770897fa55b41 (patch) | |
tree | 12f8ecb1403f79c5369fbea64725bf0e750008b9 /Build-tools/Do-patch-file | |
parent | ab9646ca6c4fcfdbe902fe93d2959f2461ee7405 (diff) | |
download | mariadb-git-f24513ea4d981259838f027b6b2770897fa55b41.tar.gz |
Updates from 3.23.30
Build-tools/Do-compile:
Added binary suffix
Stage are now names, not numbers
Build-tools/Do-patch-file:
Changed to use unified diff
Build-tools/Do-rpm:
Updated to new DBI/DBD versions
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, 2 insertions, 2 deletions
diff --git a/Build-tools/Do-patch-file b/Build-tools/Do-patch-file index 5a26ac04a69..f20aa1a5e2d 100755 --- a/Build-tools/Do-patch-file +++ b/Build-tools/Do-patch-file @@ -32,11 +32,11 @@ cd patch gtar xfz ../$NEWDIR/$NEW gtar xfz $RESULT_DIR/$OLD cd mysql-$PVER -diff --context --new-file --recursive . ../mysql-$VER | gzip -9 > ../../$RESULT +diff --unified --new-file --recursive . ../mysql-$VER | gzip -9 > ../../$RESULT 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/ +cp binary/mysqlcom-* binary/mysql*win* /net/web/home/production/data/nweb/customer/Downloads rm binary/mysqlcom-* cp binary/* $RESULT_DIR |