diff options
author | Peter Foley <pefoley2@verizon.net> | 2013-02-27 18:02:40 -0500 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2013-02-28 15:31:51 -0500 |
commit | c9f637c882a90940bc99ec55b9713230ab26a675 (patch) | |
tree | 4350b55a4db96f1d6082d6ed60dec37a5ade4797 /Makefile.in | |
parent | a8b5710e62ebc82f7210756033a639158e16d09a (diff) |
don't build modules twice
Change-Id: I179f81b92b815f17cd5da77a921b563ee36cb467
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.in b/Makefile.in index aee4b9012a87..c9f8ccf61db9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,18 +183,6 @@ bootstrap: compilerplugins # Build # build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset) -ifeq ($(DISABLE_SCRIPTING),TRUE) -# We must get the headers from vbahelper "delivered" because -# as we don't link to any libs from there they won't otherwise be, or -# something. And we still do include those headers always even if the -# libs aren't built in the --disable-scripting case. (Ifdefs for -# DISABLE_SCRIPTING will be added to the code later as necessary.) - $(GNUMAKE) vbahelper -endif -ifeq ($(DISABLE_DBCONNECTIVITY),TRUE) -# Ditto for dbconnectivity in the --disable-database-connectivity case - $(GNUMAKE) connectivity -endif $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.build all slowcheck ifeq ($(OS),ANDROID) cd android && $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) |