1.0.3.4: make-target-2.lisp split into compile and dump phases.
[sbcl.git] / src / cold / warm.lisp
index 4f0b476..475377d 100644 (file)
       (tagbody
        retry-compile-file
          (multiple-value-bind (output-truename warnings-p failure-p)
-             (compile-file fullname)
+             (if *compile-files-p*
+                 (compile-file fullname)
+                 (compile-file-pathname fullname))
            (declare (ignore warnings-p))
            (sb-int:/show "done compiling" fullname)
            (cond ((not output-truename)