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
ec4a4dd6
Commit
ec4a4dd6
authored
Jun 16, 2008
by
Magnus Svensson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#4189
- Fix make_binary_distribution.sh after removing mysql-test/ndb dir
parent
867b60e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
mysql-test/Makefile.am
mysql-test/Makefile.am
+1
-1
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-2
No files found.
mysql-test/Makefile.am
View file @
ec4a4dd6
...
...
@@ -60,7 +60,7 @@ TEST_DIRS = t r include std_data std_data/parts \
suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data
\
suite/bugs/data suite/bugs/t suite/bugs/r
\
suite/federated
\
suite/funcs_1 suite/funcs_1/bitdata
suite/funcs_1/data
\
suite/funcs_1 suite/funcs_1/bitdata
\
suite/funcs_1/include suite/funcs_1/lib suite/funcs_1/r
\
suite/funcs_1/t suite/funcs_1/views suite/funcs_1/cursors
\
suite/funcs_1/datadict suite/funcs_1/storedproc suite/funcs_1/triggers
\
...
...
scripts/make_binary_distribution.sh
View file @
ec4a4dd6
...
...
@@ -369,13 +369,12 @@ 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
)
$CP
$BASE
/ndb-stage@bindir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@libexecdir@/
*
$BASE
/bin/.
$CP
$BASE
/ndb-stage@pkglibdir@/
*
$BASE
/lib/.
$CP
$BASE
/ndb-stage@pkgdatadir@/
*
$BASE
/share/mysql/.
$CP
-r
$BASE
/ndb-stage@pkgincludedir@/ndb
$BASE
/include
$CP
-r
$BASE
/ndb-stage@prefix@/mysql-test/ndb
$BASE
/mysql-test/.
||
exit
1
$CP
-r
$BASE
/ndb-stage@prefix@/mysql-test/ndb
$BASE
/mysql-test/.
rm
-rf
$BASE
/ndb-stage
fi
...
...
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