1.0.28.14: Build system refactoring
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Tue, 5 May 2009 17:10:29 +0000 (17:10 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Tue, 5 May 2009 17:10:29 +0000 (17:10 +0000)
commit577487adfc43408ef5fba0ce118b961407e33494
treee399671ed59a601a60862509963854c3bcd972a9
parent80356ce0ff12379e93a9df74dd65433c415f7aae
1.0.28.14: Build system refactoring

  Moved flag processing as far "inward" as possible when dealing with
compile-stem, reducing the amount of redundant code for parsing out and
passing along boolean keywords based on the presence or absence of a
flag and eliminating some of the keyword arguments to compile-stem.

  Added a "mode" parameter to compile-stem to enable determining the
correct compile-file function based on the combination of mode and
flags, further simplifying the interface.

  Added new functions for determining the source and object pathnames
for a stem, fixing a longstanding KLUDGE in host-load-stem,
consolidating the three instances of code to compute an object pathname
and the two instances of code to compute a source pathname and
eliminating the rest of the keyword arguments to compile-stem.
make-genesis-2.lisp
make-host-1.lisp
src/cold/compile-cold-sbcl.lisp
src/cold/defun-load-or-cload-xcompiler.lisp
src/cold/shared.lisp
src/cold/slam.lisp
version.lisp-expr