1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00

compile boot-9. woop!

* ice-9/Makefile.am (SOURCES, NOCOMP_SOURCES): Compile boot-9.scm.
  Wooooo! This makes some things harder to debug, and program loading
  needs to cons much less, but I think it makes sense to compile boot-9
  by default if for no other reason than to catch bugs earlier.
This commit is contained in:
Andy Wingo 2008-09-07 23:17:58 +02:00
parent 6c289afe76
commit 7063452276

View file

@ -25,9 +25,9 @@ SUBDIRS = debugger debugging
# These should be installed and distributed.
modpath = ice-9
SOURCES = and-let-star.scm
NOCOMP_SOURCES = \
boot-9.scm calling.scm common-list.scm \
SOURCES = and-let-star.scm boot-9.scm
NOCOMP_SOURCES = \
calling.scm common-list.scm \
debug.scm debugger.scm documentation.scm emacs.scm expect.scm \
format.scm getopt-long.scm hcons.scm i18n.scm \
lineio.scm ls.scm mapping.scm \