Move compile-directory. Punt sf- and compile-directory?.
authorMatt Birkholz <puck@birchwood-abbey.net>
Thu, 23 Oct 2014 07:58:41 +0000 (00:58 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Fri, 14 Nov 2014 00:47:31 +0000 (17:47 -0700)
commit6c580b7e27916d2b60c2003dcd31e7209b3e39ab
tree77cef8c43859c0f2ca4797298af85e184787379b
parent95bd2f0873bb00ed2a9a21ede4d3220c28829a7d
Move compile-directory.  Punt sf- and compile-directory?.

Sf-directory? and friend appear to have been broken since
directory-processor started expecting output-type to be a thunk.

Moving compile-directory out of sf/butils.scm and into
compiler/base/toplev.scm eliminates free variable references noted by
CREF.
12 files changed:
src/compiler/base/toplev.scm
src/compiler/machines/C/compiler.pkg
src/compiler/machines/alpha/compiler.pkg
src/compiler/machines/bobcat/compiler.pkg
src/compiler/machines/i386/compiler.pkg
src/compiler/machines/mips/compiler.pkg
src/compiler/machines/spectrum/compiler.pkg
src/compiler/machines/svm/compiler.pkg
src/compiler/machines/vax/compiler.pkg
src/compiler/machines/x86-64/compiler.pkg
src/sf/butils.scm
src/sf/sf.pkg