summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-06-27 12:00:38 +0200
committerSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-06-27 12:00:38 +0200
commit4da2eea709115f0cb464123ff15489082e35ca4c (patch)
tree1ee60a930c75281f6f626b3bf3ceffdde3e59b8a /Makefile.in
parent1f9ae926568206a9a87f528778f36d78d8da1426 (diff)
downloadswig-4da2eea709115f0cb464123ff15489082e35ca4c.tar.gz
scilab: debug travis (examples)
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 790acaaf7..fc44df609 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,14 +243,14 @@ check-%-examples :
elif test -z "$($(strip $*_examples))"; then \
echo empty $* $(ACTION); \
else \
- $(MAKE) $(FLAGS) $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
+ $(MAKE) -k $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
fi
# individual example
%.actionexample:
@cd Examples && $(MAKE) Makefile
@echo $(ACTION)ing Examples/$(LANGUAGE)/$*
- @(cd Examples/$(LANGUAGE)/$* && $(MAKE) $(FLAGS) $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
+ @(cd Examples/$(LANGUAGE)/$* && $(MAKE) $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
# gcj individual example
java.actionexample: