0.6.12.3:
[sbcl.git] / stems-and-flags.lisp-expr
index 12a5946..753cd1b 100644 (file)
@@ -1,3 +1,4 @@
+;;;; -*- Lisp -*-
 ;;;; build order
 
 ;;;; This software is part of the SBCL system. See the README file for
 
  ("code/parse-body")       ; on host for PARSE-BODY
  ("code/parse-defmacro")   ; on host for PARSE-DEFMACRO
- ("code/boot-extensions")  ; on host for COLLECT etc.
- ("code/early-extensions") ; on host for SYMBOLICATE etc.
- ("code/late-extensions")  ; FIXME: maybe no longer needed on host now that
-                           ; we are no longer doing PRINT-HERALD stuff
+ ("code/extensions")       ; on host for COLLECT, SYMBOLICATE, etc.
  ("compiler/deftype")      ; on host for SB!XC:DEFTYPE
  ("code/early-alieneval")  ; for vars needed both at build time and at runtime
 
  ("code/string"     :not-host)
  ("code/mipsstrops" :not-host)
 
+ ("code/target-os-types" :not-host) ; symlinked in make-config.sh
  ("code/unix" :not-host)
 
  #!+mach  ("code/mach"     :not-host)