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
33eb9ec9
Commit
33eb9ec9
authored
Oct 22, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-ndb
parents
549f4f4b
413bc3a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
scripts/Makefile.am
scripts/Makefile.am
+1
-0
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+2
-2
No files found.
scripts/Makefile.am
View file @
33eb9ec9
...
...
@@ -139,6 +139,7 @@ SUFFIXES = .sh
-e
's!@''IS_LINUX''@!@IS_LINUX@!'
\
-e
"s!@""CONF_COMMAND""@!@CONF_COMMAND@!"
\
-e
's!@''MYSQLD_USER''@!@MYSQLD_USER@!'
\
-e
"s!@MAKE@!
$(MAKE)
!"
\
$<
>
$@
-t
@
CHMOD@ +x
$@
-t
@
MV@
$@
-t
$@
...
...
scripts/make_binary_distribution.sh
View file @
33eb9ec9
...
...
@@ -267,8 +267,8 @@ fi
# NDB Cluster
if
[
x
$NDBCLUSTER
=
x1
]
;
then
(
cd
ndb
;
make
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
mysql-test/ndb
;
make
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
ndb
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
(
cd
mysql-test/ndb
;
@MAKE@
DESTDIR
=
$BASE
/ndb-stage
install
)
$CP
$BASE
/ndb-stage@bindir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@libexecdir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@pkglibdir@/
*
$BASE
/lib/.
...
...
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