diff options
author | Andy Wingo <wingo@pobox.com> | 2009-03-27 15:51:16 -0700 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2009-03-27 15:51:16 -0700 |
commit | 23ccb831ff1565072a1977d5fbc1f98aed388e57 (patch) | |
tree | c801170da64c98780b242779f73e4e9c64770adf /am | |
parent | ec900eacb71bbf66b85a5605f67f83b43f2c6ca8 (diff) |
rely on getrlimit to DTRT, don't make stack calibration file
* libguile/measure-hwm.scm: Remove.
* .gitignore: Update for removal.
* test-suite/standalone/test-fast-slot-ref.in:
* test-suite/standalone/test-use-srfi.in:
* am/guilec:
* check-guile.in: Revert back to normal guile invocation.
* libguile/Makefile.am: Don't make a stack calibration file, as the
getrlimit-based limit setting should work fine.
Diffstat (limited to 'am')
-rw-r--r-- | am/guilec | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -10,6 +10,4 @@ CLEANFILES = $(GOBJECTS) SUFFIXES = .scm .go .scm.go: $(MKDIR_P) `dirname $@` - $(top_builddir)/meta/guile \ - -l $(top_builddir)/libguile/stack-limit-calibration.scm \ - $(top_srcdir)/scripts/compile -o "$@" "$<" + $(top_builddir)/meta/uninstalled-env guile-tools compile -o "$@" "$<" |