mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 23:50:56 -08:00
Avoid building BENCHMARK in machines that do not have enough lisp implementations.
This commit is contained in:
parent
a14aecf737
commit
61b85f96ff
1 changed files with 3 additions and 1 deletions
|
|
@ -57,7 +57,9 @@ benchmark.html: $(srcdir)/benchmark.in.html ../gabriel/BENCHMARK
|
|||
echo '<pre>'; cat ../gabriel/BENCHMARK; echo '</pre>'; \
|
||||
cat $(srcdir)/end) | $(FILTER) > $@
|
||||
../gabriel/BENCHMARK:
|
||||
echo '<b>Benchmark not available</b>' > ../gabriel/BENCHMARK
|
||||
cd ../gabriel; \
|
||||
if (which lisp && which clisp) > /dev/null; then make; \
|
||||
else \ echo "No benchmarks available" > BENCHMARK; fi
|
||||
license.html: $(top_srcdir)/../Copyright
|
||||
(cat $(srcdir)/head; \
|
||||
echo '<pre>'; cat $?; echo '</pre>'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue