Scilab example Makefiles update.
Make consistent with other languages. Output is also suppressed when run from top level directory - see RUNPIPE.
This commit is contained in:
parent
f49ec3c2d6
commit
05cc859d38
17 changed files with 71 additions and 103 deletions
|
|
@ -1627,7 +1627,7 @@ scilab_cpp: $(SRCS)
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
scilab_run:
|
||||
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH SCILABPATH=$(srcdir):$$SCILABPATH $(RUNTOOL) $(SCILAB) $(SCILAB_STARTOPT) -f $(RUNME).sci
|
||||
env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH SCILABPATH=$(srcdir):$$SCILABPATH $(RUNTOOL) $(SCILAB) $(SCILAB_STARTOPT) -f $(RUNME).sci $(RUNPIPE)
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Scilab version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue