Eliminate separate runtime-check.
authorChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:42:19 +0000 (17:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 5 Apr 2007 17:42:19 +0000 (17:42 +0000)
v7/src/etc/compile.scm

index 57649ea84a2868e4e31ce093c15d04ebec6c8fd0..c61071be6e6e6a0b82e92ac2d4f4b25a627b147e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.12 2007/01/05 21:19:25 cph Exp $
+$Id: compile.scm,v 1.13 2007/04/05 17:42:19 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -49,7 +49,4 @@ USA.
          (load "cref.sf"))))
   (for-each (lambda (name)
              (load (merge-pathnames "compile" (pathname-as-directory name))))
-           '("sos" "star-parser" "imail" "xml" "ssp" "xdoc"))
-  (with-working-directory-pathname "runtime-check"
-    (lambda ()
-      (load "runtime.cbf"))))
\ No newline at end of file
+           '("sos" "star-parser" "imail" "xml" "ssp" "xdoc")))
\ No newline at end of file