summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-07-02 17:47:54 +0200
committerSimon Marchetto <simon.marchetto@scilab-enterprises.com>2014-07-02 17:47:54 +0200
commitea6e87d77ce8f70f09995e0c60e21c7e7cd72d21 (patch)
treeeb3d9da6581fb5968761b402596b20195c6c9295 /Makefile.in
parent2a5858e1e016184815b7c9ccd802aebb2da1302a (diff)
downloadswig-ea6e87d77ce8f70f09995e0c60e21c7e7cd72d21.tar.gz
scilab: remove debug stuff
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 e6a2cbef2..790acaaf7 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 MAKEFLAGS="-j1" $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
+ $(MAKE) $(FLAGS) $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
fi
# individual example
%.actionexample:
@cd Examples && $(MAKE) Makefile
@echo $(ACTION)ing Examples/$(LANGUAGE)/$*
- @(cd Examples/$(LANGUAGE)/$* && $(MAKE) MAKEFLAGS="-j1" $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
+ @(cd Examples/$(LANGUAGE)/$* && $(MAKE) $(FLAGS) $(chk-set-env) $(ACTION) RUNPIPE=$(RUNPIPE))
# gcj individual example
java.actionexample: