Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
01924c33
Commit
01924c33
authored
Sep 07, 2000
by
monty@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for 3.23.24 build
parent
71b1a299
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+2
-2
Build-tools/Do-patch-file
Build-tools/Do-patch-file
+8
-9
No files found.
Build-tools/Do-all-build-steps
View file @
01924c33
...
...
@@ -24,9 +24,9 @@ set -x
# Move to the right place
cd "
$WD
"
# Create a build directory tree
bk export -w
$BD
chmod a+x
$BD
/mit-pthreads/config/configure
$BD
/Build-tools/*
$BD
/tests/*.pl
bk export
$BD
cd "
$BD
"
chmod -R a+rw,g+rw .
#Make it easy to remove an old build
umask 002
...
...
Build-tools/Do-patch-file
View file @
01924c33
...
...
@@ -8,15 +8,16 @@ esac
PVER
=
$1
;
VER
=
`
grep
SERVER_VERSION include/mysql_version.h |
cut
-d
'"'
-f2
`
NEWDIR
=
"binary"
NEW
=
"mysql-
$VER
.tar.gz"
OLD
=
"mysql-
$PVER
.tar.gz"
RESULT
=
"mysql-
$PVER
-
$VER
.patch.gz"
PATCH_DIR
=
/my/web/
Site/html/Downloads
/Patches
RESULT_DIR
=
/my/web/
Site/html/Downloads
/MySQL-3.23
PATCH_DIR
=
/my/web/
Downloads-live
/Patches
RESULT_DIR
=
/my/web/
Downloads-live
/MySQL-3.23
if
test
!
-f
$NEW
if
test
!
-f
$NEW
DIR
/
$NEW
then
echo
"
$NEW
doesn't exist"
;
echo
"
$NEW
DIR
/
$NEW
doesn't exist"
;
exit
1
;
fi
...
...
@@ -28,14 +29,12 @@ fi
mkdir
patch
cd
patch
gtar xfz ../
$NEW
gtar xfz ../
$NEW
DIR
/
$NEW
gtar xfz
$RESULT_DIR
/
$OLD
cd
mysql-
$PVER
diff
--context
--new-file
--recursive
.
../mysql-
$VER
|
gzip
-9
>
../../
$RESULT
cd
../..
/bin/rm
-rf
patch
#chown mysql $RESULT $NEW binary/*
chmod
a+r,o-w
$RESULT
$NEW
binary/
*
chmod
a+r,o-w
$RESULT
binary/
*
mv
$RESULT
$PATCH_DIR
mv
$NEW
$RESULT_DIR
cp
binary/
*
NEW-RPMS/
*
$RESULT_DIR
cp
binary/
*
$RESULT_DIR
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment