summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-02-28 19:56:43 -0500
committerPeter Foley <pefoley2@verizon.net>2013-02-28 19:59:24 -0500
commit902fdf45636ca7ce13d6545310a8849404d35032 (patch)
treed20a22fb52f97fc32a0db407948f73b5196188e6 /Makefile.in
parent1ceabe1101c1dee5a8adf6a19d57f1b3726f3e2a (diff)
move android and ios to tail_build
Change-Id: Ic192b063a4ccc1249194bc7a62a8a90682de08f0
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 13c960ed053b..df983391d51c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,12 +184,6 @@ bootstrap: compilerplugins
#
build: bootstrap fetch $(if $(filter $(INPATH),$(INPATH_FOR_BUILD)),,cross-toolset)
$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.build all slowcheck
-ifeq ($(OS),ANDROID)
- $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) android
-endif
-ifeq ($(OS),IOS)
- $(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) ios
-endif
build-nocheck : export SKIP_TESTS := YES
build-nocheck : build