summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-06-27 14:13:47 +0200
committerSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-06-27 14:13:47 +0200
commit9bd15d5fd2e90c2c12b5903e0014d85a0fd96baa (patch)
tree6c9547a9dff2f8cc68698c3917f81538a8c57548 /Makefile.in
parentf1bc012fb2ce1b1ef435e8178a774d4edc31a4c2 (diff)
downloadswig-9bd15d5fd2e90c2c12b5903e0014d85a0fd96baa.tar.gz
scilab: debug travis
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index fc44df609..e6a2cbef2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,14 +243,14 @@ check-%-examples :
elif test -z "$($(strip $*_examples))"; then \
echo empty $* $(ACTION); \
else \
- $(MAKE) -k $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
+ $(MAKE) -k MAKEFLAGS="-j1" $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
fi
# individual example
%.actionexample:
@cd Examples && $(MAKE) Makefile
@echo $(ACTION)ing Examples/$(LANGUAGE)/$*
- @(cd Examples/$(LANGUAGE)/$* && $(MAKE) $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
+ @(cd Examples/$(LANGUAGE)/$* && $(MAKE) MAKEFLAGS="-j1" $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
# gcj individual example
java.actionexample: