Commit c74fe82b authored by unknown's avatar unknown

Makefile:

  slim make for ndb


ndb/Makefile:
  slim make for ndb
parent c9f9cc24
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment