Commit b84ca2ed authored by tomas@mc05.(none)'s avatar tomas@mc05.(none)

Makefile:

  slim make for ndb
parent 718efc39
...@@ -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)
mysql: all:
$(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
......
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