summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-10 14:39:54 +0200
committerunknown <tomas@mc05.(none)>2004-05-10 14:39:54 +0200
commitc74fe82b75f07aa9d723ec2f0f4a04fb680a8d8c (patch)
tree65fe0bf6f9a25ccfdb88230d2e4538f30835122e /ndb
parentc9f9cc24db9d0b48451e8a4ab04fff582faba138 (diff)
downloadmariadb-git-c74fe82b75f07aa9d723ec2f0f4a04fb680a8d8c.tar.gz
Makefile:
slim make for ndb ndb/Makefile: slim make for ndb
Diffstat (limited to 'ndb')
-rw-r--r--ndb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/Makefile b/ndb/Makefile
index 90dcc229b2f..475914f6120 100644
--- a/ndb/Makefile
+++ b/ndb/Makefile
@@ -6,7 +6,7 @@ DIRS := src test tools examples
replace-targets := all clean
NDB_RELEASE := $(shell ../scripts/mysql_config --version)
-mysql:
+all:
$(MAKE) -C src
$(MAKE) -C test/src
$(MAKE) -C tools
@@ -22,7 +22,7 @@ _bins_src : _libs_src
_bins_tools : _bins_src
# always release compile except for ndbapi static lib
-all:
+old-all:
$(MAKE) -C src/ndbapi libs
$(MAKE) libs NDB_VERSION=RELEASE
$(MAKE) bins NDB_VERSION=RELEASE