1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are

no longer needed and lead to unclean tarballs.
This commit is contained in:
Marius Vollmer 2006-05-01 21:32:21 +00:00
parent 03a254501a
commit 7f9da94135
2 changed files with 5 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2006-05-02 Marius Vollmer <mvo@zagadka.de>
* Makefile.am (SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
no longer needed and lead to unclean tarballs.
2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
* lib.scm: Extracted '/i' to toplevel. Print the guile version

View file

@ -3,14 +3,4 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \
benchmarks/if.bm \
benchmarks/logand.bm
SCM_BENCHMARKS_DIRS =
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)
## Automake should be able to handle the distribution of benchmarks/dirfoo
## etc without any help, but not all version can handle 'deep'
## directories. So we do it on our own.
dist-hook:
for d in "$(SCM_BENCHMARKS_DIRS)"; do \
cp -pR $(srcdir)/$$d $(distdir)/$$d; \
done