From 9bd15d5fd2e90c2c12b5903e0014d85a0fd96baa Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Fri, 27 Jun 2014 14:13:47 +0200 Subject: scilab: debug travis --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') 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: -- cgit v1.2.3