diff options
author | monty@work.mysql.com <> | 2001-01-21 16:38:36 +0100 |
---|---|---|
committer | monty@work.mysql.com <> | 2001-01-21 16:38:36 +0100 |
commit | bc56e3264d71a6194611af2e0ab98fd6f9d034a9 (patch) | |
tree | 12f8ecb1403f79c5369fbea64725bf0e750008b9 /Build-tools/Do-patch-file | |
parent | 1b72f32c3041fb9dee441682f3844c90e65b6548 (diff) | |
download | mariadb-git-bc56e3264d71a6194611af2e0ab98fd6f9d034a9.tar.gz |
Updates from 3.23.30
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 |