mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 20:20:24 +02:00
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
no longer needed and lead to unclean tarballs.
This commit is contained in:
parent
03a254501a
commit
7f9da94135
2 changed files with 5 additions and 10 deletions
|
@ -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>
|
2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
|
||||||
|
|
||||||
* lib.scm: Extracted '/i' to toplevel. Print the guile version
|
* lib.scm: Extracted '/i' to toplevel. Print the guile version
|
||||||
|
|
|
@ -3,14 +3,4 @@ SCM_BENCHMARKS = benchmarks/0-reference.bm \
|
||||||
benchmarks/if.bm \
|
benchmarks/if.bm \
|
||||||
benchmarks/logand.bm
|
benchmarks/logand.bm
|
||||||
|
|
||||||
SCM_BENCHMARKS_DIRS =
|
|
||||||
|
|
||||||
EXTRA_DIST = guile-benchmark lib.scm $(SCM_BENCHMARKS)
|
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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue