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
46f0079a
Commit
46f0079a
authored
Aug 30, 2000
by
monty@work.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix to build under bitkeeper
parent
66414270
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+8
-2
No files found.
Build-tools/Do-all-build-steps
View file @
46f0079a
#!/bin/bash
#!/bin/bash
WD
=
`
pwd
`
WD
=
`
pwd
`
BD
=
/my/tmp/BUILD
TMP_SCRIPT
=
$WD
/Logs/00-temp-for-do-all-build-steps.
$$
TMP_SCRIPT
=
$WD
/Logs/00-temp-for-do-all-build-steps.
$$
# We build on work
# We build on work
...
@@ -12,12 +13,17 @@ EXTRA_CONFIG="--without-perl"
...
@@ -12,12 +13,17 @@ EXTRA_CONFIG="--without-perl"
echo
"Building on
$to_host
"
echo
"Building on
$to_host
"
mkdir
-p
$WD
/Logs
mkdir
-p
$WD
/Logs
mkdir
-p
$BD
/Logs
cat
>
$TMP_SCRIPT
<<
END
cat
>
$TMP_SCRIPT
<<
END
# Show executed commands
# Show executed commands
set -x
set -x
# Move to the right place
# Move to the right place
cd "
$WD
"
cd "
$WD
"
# Create a build directory tree
bk export -w
$BD
chmod a+x
$BD
/mit-pthreads/config/configure
cd "
$BD
"
CC=
$cc
CXX=
$ccc
CC=
$cc
CXX=
$ccc
export CC CXX
export CC CXX
...
@@ -52,7 +58,7 @@ gmake # --jobs=4 does not work.
...
@@ -52,7 +58,7 @@ gmake # --jobs=4 does not work.
time gmake distcheck
\
time gmake distcheck
\
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory
$EXTRA_CONFIG
"
EXTRA_CONF_ARGS="--with-unix-socket-path=/var/tmp/mysql.sock --with-low-memory
$EXTRA_CONFIG
"
$W
D
/Build-tools/Do-rpm
sh
$B
D
/Build-tools/Do-rpm
rm -f
$TMP_SCRIPT
rm -f
$TMP_SCRIPT
END
END
...
@@ -72,4 +78,4 @@ fi
...
@@ -72,4 +78,4 @@ fi
# the newly made source distribution
# the newly made source distribution
DIST
=
`
ls
-t
mysql-
*
.tar.gz |
head
-1
`
DIST
=
`
ls
-t
mysql-
*
.tar.gz |
head
-1
`
$W
D
/Build-tools/mysql-copyright
--target
=
.
$DIST
sh
$B
D
/Build-tools/mysql-copyright
--target
=
.
$DIST
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