Skip to content

Commit

Permalink
scilab: remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marchetto committed Jul 2, 2014
1 parent 2a5858e commit ea6e87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -243,14 +243,14 @@ check-%-examples :
elif test -z "$($(strip $*_examples))"; then \ elif test -z "$($(strip $*_examples))"; then \
echo empty $* $(ACTION); \ echo empty $* $(ACTION); \
else \ else \
$(MAKE) -k MAKEFLAGS="-j1" $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \ $(MAKE) $(FLAGS) $($*_examples:=.actionexample) LANGUAGE=$* ACTION=$(ACTION); \
fi fi


# individual example # individual example
%.actionexample: %.actionexample:
@cd Examples && $(MAKE) Makefile @cd Examples && $(MAKE) Makefile
@echo $(ACTION)ing Examples/$(LANGUAGE)/$* @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 # gcj individual example
java.actionexample: java.actionexample:
Expand Down

0 comments on commit ea6e87d

Please sign in to comment.