summaryrefslogtreecommitdiff
path: root/ndb/Makefile
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-10 14:10:04 +0200
committerunknown <tomas@mc05.(none)>2004-05-10 14:10:04 +0200
commit7430ad7d64ba5e658f3a048756275488660dbf72 (patch)
tree46d004dcff1fab38b55af7e4e6d087f397472609 /ndb/Makefile
parent17652914693b83c04e0b63c10c7a90c7ec912241 (diff)
downloadmariadb-git-7430ad7d64ba5e658f3a048756275488660dbf72.tar.gz
more slim make of ndb tree
Diffstat (limited to 'ndb/Makefile')
-rw-r--r--ndb/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/ndb/Makefile b/ndb/Makefile
index 586a430bb17..90dcc229b2f 100644
--- a/ndb/Makefile
+++ b/ndb/Makefile
@@ -6,6 +6,13 @@ DIRS := src test tools examples
replace-targets := all clean
NDB_RELEASE := $(shell ../scripts/mysql_config --version)
+mysql:
+ $(MAKE) -C src
+ $(MAKE) -C test/src
+ $(MAKE) -C tools
+ $(MAKE) -C test/ndbapi/flexBench
+ $(MAKE) -C test/tools/waiter
+
include $(NDB_TOP)/Epilogue.mk
_libs_test : _bins_src