mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 15:40:55 -08:00
We have removed the benchmarks from the distribution
This commit is contained in:
parent
b176ac3809
commit
bbb6b6d0a3
1 changed files with 3 additions and 3 deletions
|
|
@ -118,11 +118,11 @@ install.html: $(srcdir)/install.in.html head
|
|||
news.html: head
|
||||
(cat head; echo '<pre>'; cat $(srcdir)/../../ANNOUNCEMENT| sed -e '1d'; echo '</pre>' \
|
||||
cat $(srcdir)/end) | $(FILTER) > $@
|
||||
benchmark.html: $(srcdir)/benchmark.in.html ../gabriel/BENCHMARK head
|
||||
benchmark.html: $(srcdir)/benchmark.in.html BENCHMARK head
|
||||
(cat head; cat $(srcdir)/benchmark.in.html; \
|
||||
echo '<pre>'; cat ../gabriel/BENCHMARK; echo '</pre>'; \
|
||||
echo '<pre>'; cat BENCHMARK; echo '</pre>'; \
|
||||
cat $(srcdir)/end) | $(FILTER) > $@
|
||||
../gabriel/BENCHMARK:
|
||||
BENCHMARK:
|
||||
echo "No benchmarks available" > $@
|
||||
license.html: $(top_srcdir)/../Copyright head
|
||||
(cat head; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue