For cref: 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>
Thu, 23 Oct 2014 07:58:41 +0000 (00:58 -0700)
commit357b6c25a1019bb3c49ab1df9fa0add5feb768b8
tree655f1997ef46d103d141126da12bb6536ee121cf
parent4fb36a2ab73a22b33493ab6a3c1080cd06d4008a
For cref: 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