summaryrefslogtreecommitdiff
path: root/build-order.lisp-expr
diff options
context:
space:
mode:
authorWilliam Harold Newman <william.newman@airmail.net>2002-12-15 16:40:09 +0000
committerWilliam Harold Newman <william.newman@airmail.net>2002-12-15 16:40:09 +0000
commit242432ac5aa332bff0edfc519c80062cf8b61c93 (patch)
tree53bc5ee1d9ccda2d28e8ff5472c55e5037592675 /build-order.lisp-expr
parent254db165cba51b86764452471b0fed40b9d17d93 (diff)
0.7.10.19:
comments documenting :NOT-HOST and :NOT-TARGET flags
Diffstat (limited to 'build-order.lisp-expr')
-rw-r--r--build-order.lisp-expr12
1 files changed, 9 insertions, 3 deletions
diff --git a/build-order.lisp-expr b/build-order.lisp-expr
index e9f3c54da..f36fad8d2 100644
--- a/build-order.lisp-expr
+++ b/build-order.lisp-expr
@@ -9,9 +9,15 @@
;;;; provided with absolutely no warranty. See the COPYING and CREDITS
;;;; files for more information.
-;;; a linear ordering of system sources which works both to compile/load
-;;; the cross-compiler under the host Common Lisp and then to cross-compile
-;;; the complete system into the under-construction target SBCL
+;;; a linear ordering of system sources which works both to
+;;; compile/load the cross-compiler under the host Common Lisp and
+;;; then to cross-compile the complete system into the
+;;; under-construction target SBCL
+;;;
+;;; The keyword flags (:NOT-HOST, :NOT-TARGET, :ASSEM...) are
+;;; documented in the code which implements their effects. (As of
+;;; sbcl-0.7.10, the comments are on DEFPARAMETER *EXPECTED-STEM-FLAGS*
+;;; in src/cold/shared.lisp.)
;;;
;;; Of course, it'd be very nice to have this be a dependency DAG
;;; instead, so that we could do automated incremental recompilation.