compile boot-9. woop!
authorAndy Wingo <wingo@pobox.com>
Sun, 7 Sep 2008 21:17:58 +0000 (23:17 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 7 Sep 2008 21:17:58 +0000 (23:17 +0200)
* 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.

ice-9/Makefile.am

index 1d4be9d..9201b62 100644 (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                                   \