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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
b84ca2ed
Commit
b84ca2ed
authored
May 10, 2004
by
tomas@mc05.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile:
slim make for ndb
parent
718efc39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ndb/Makefile
ndb/Makefile
+2
-2
No files found.
ndb/Makefile
View file @
b84ca2ed
...
@@ -6,7 +6,7 @@ DIRS := src test tools examples
...
@@ -6,7 +6,7 @@ DIRS := src test tools examples
replace-targets
:=
all clean
replace-targets
:=
all clean
NDB_RELEASE
:=
$(
shell
../scripts/mysql_config
--version
)
NDB_RELEASE
:=
$(
shell
../scripts/mysql_config
--version
)
mysq
l
:
al
l
:
$(MAKE)
-C
src
$(MAKE)
-C
src
$(MAKE)
-C
test
/src
$(MAKE)
-C
test
/src
$(MAKE)
-C
tools
$(MAKE)
-C
tools
...
@@ -22,7 +22,7 @@ _bins_src : _libs_src
...
@@ -22,7 +22,7 @@ _bins_src : _libs_src
_bins_tools
:
_bins_src
_bins_tools
:
_bins_src
# always release compile except for ndbapi static lib
# always release compile except for ndbapi static lib
all
:
old-
all
:
$(MAKE)
-C
src/ndbapi libs
$(MAKE)
-C
src/ndbapi libs
$(MAKE)
libs
NDB_VERSION
=
RELEASE
$(MAKE)
libs
NDB_VERSION
=
RELEASE
$(MAKE)
bins
NDB_VERSION
=
RELEASE
$(MAKE)
bins
NDB_VERSION
=
RELEASE
...
...
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