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
45e5207b
Commit
45e5207b
authored
Sep 01, 2000
by
monty@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for new build environment
parent
7155d2a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+5
-0
Build-tools/Do-compile
Build-tools/Do-compile
+1
-0
No files found.
Build-tools/Do-all-build-steps
View file @
45e5207b
...
@@ -14,6 +14,7 @@ EXTRA_CONFIG="--without-perl"
...
@@ -14,6 +14,7 @@ EXTRA_CONFIG="--without-perl"
echo
"Building on
$to_host
"
echo
"Building on
$to_host
"
rm
-rf
$BD
/
*
rm
-rf
$BD
/
*
rm
-f
$WD
/binary/
*
mkdir
-p
$WD
/Logs
mkdir
-p
$WD
/Logs
mkdir
-p
$BD
/Logs
mkdir
-p
$BD
/Logs
...
@@ -86,3 +87,7 @@ fi
...
@@ -86,3 +87,7 @@ fi
cd
"
$BD
"
cd
"
$BD
"
DIST
=
`
ls
-t
mysql-
*
.tar.gz |
head
-1
`
DIST
=
`
ls
-t
mysql-
*
.tar.gz |
head
-1
`
$BD
/Build-tools/mysql-copyright
--target
=
.
$DIST
$BD
/Build-tools/mysql-copyright
--target
=
.
$DIST
# move the binaries to the 'binary' directory
mv
$BD
/mysql
*
tar.gz
$WD
/binary
mv
$BD
/NEW-RPMS/
*
$WD
/binary
Build-tools/Do-compile
View file @
45e5207b
...
@@ -66,6 +66,7 @@ if ($opt_stage == 0)
...
@@ -66,6 +66,7 @@ if ($opt_stage == 0)
system
("
mkdir
$host
/test
")
if
(
!
-
d
"
$host
/test
");
system
("
mkdir
$host
/test
")
if
(
!
-
d
"
$host
/test
");
system
("
mkdir
$host
/bin
")
if
(
!
-
d
"
$host
/bin
");
system
("
mkdir
$host
/bin
")
if
(
!
-
d
"
$host
/bin
");
system
("
mkdir Logs
")
if
(
!
-
d
"
Logs
");
system
("
mkdir Logs
")
if
(
!
-
d
"
Logs
");
system
("
mv
$log
${log}
-old
")
if
(
-
f
$log
);
unlink
(
$log
);
unlink
(
$log
);
}
}
...
...
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