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
853a2f01
Commit
853a2f01
authored
Mar 05, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure ib_config.h is distributed.
Clean up Do-all-build-steps.
parent
9bbe5179
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+15
-4
innobase/Makefile.am
innobase/Makefile.am
+2
-0
No files found.
Build-tools/Do-all-build-steps
View file @
853a2f01
#!/bin/
ba
sh
#!/bin/sh
WD
=
`
pwd
`
# Don't write a wrong path for BD !!!!!
BD
=
/my/tmp/BUILD
if
[
-w
/my/tmp
]
then
BD
=
/my/tmp/BUILD
elif
[
-n
"
$TMPDIR
"
]
then
BD
=
$TMPDIR
/BUILD
else
BD
=
/tmp/BUILD
fi
TMP_SCRIPT
=
$WD
/Logs/00-temp-for-do-all-build-steps.
$$
# We build on work
...
...
@@ -76,15 +84,18 @@ sh $BD/Build-tools/Do-rpm
rm -f
$TMP_SCRIPT
END
set
-e
log
=
$WD
/Logs/Log-distcheck-
`
date
+%y%m%d-%H%M
`
echo
"Logging script
$TMP_SCRIPT
into
$log
"
if
test
$to_host
=
"mysql-work"
then
# Try to get the right user for MySQL builds on work so that all
# files is owned by the same user (mysql)
ssh
-n
$to_host
-l
my
"time
ba
sh
$TMP_SCRIPT
"
>
$log
2>&1
ssh
-n
$to_host
-l
my
"time sh
$TMP_SCRIPT
"
>
$log
2>&1
else
time
ba
sh
$TMP_SCRIPT
>
$log
2>&1
time
sh
$TMP_SCRIPT
>
$log
2>&1
fi
# Create a commercial MySQL distribution (mysqlcom-VER.tar.gz) from
...
...
innobase/Makefile.am
View file @
853a2f01
...
...
@@ -20,6 +20,8 @@
AUTOMAKE_OPTIONS
=
foreign
TAR
=
gtar
noinst_HEADERS
=
ib_config.h
SUBDIRS
=
os ut btr buf com data dict dyn
eval
fil fsp fut
\
ha ibuf include lock log mach mem mtr odbc page
\
pars que
read
rem row srv
sync
thr trx usr
...
...
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