Change 4-character suffixes used by package system to be 3-character
authorChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 18:44:17 +0000 (18:44 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 6 Jan 1995 18:44:17 +0000 (18:44 +0000)
suffixes.  This is done by defaulting the output file on the call to
SF, which now generates the correct 3-character suffix.

v7/src/runtime/make.scm
v8/src/runtime/make.scm

index e3f3de3ac2a671c8741f6e0baf3453420a0fc026..fcf16cbd16a8b2df48e0182cfc0b698a413e4d04 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.55 1995/01/06 00:46:30 cph Exp $
+$Id: make.scm,v 14.56 1995/01/06 18:44:17 cph Exp $
 
 Copyright (c) 1988-95 Massachusetts Institute of Technology
 
@@ -330,7 +330,7 @@ MIT in each case. |#
                               (car names))
        (loop (cdr names)))))
 (package/add-child! system-global-package 'PACKAGE environment-for-package)
-(eval (fasload "runtime.bcon" #f) system-global-environment)
+(eval (fasload "runtime.bco" #f) system-global-environment)
 
 ;;; Global databases.  Load, then initialize.
 (let ((files1
@@ -376,7 +376,7 @@ MIT in each case. |#
 ;; Note: The following code needs MAP* and MEMBER-PROCEDURE
 ;; from runtime/list. Fortunately that file has already been loaded.
 
-  ((eval (fasload "runtime.bldr" #f) system-global-environment)
+  ((eval (fasload "runtime.bld" #f) system-global-environment)
    (let ((to-avoid
          (cons "packag"
                (map* (if (file-exists? "runtime.bad")
index e3f3de3ac2a671c8741f6e0baf3453420a0fc026..fcf16cbd16a8b2df48e0182cfc0b698a413e4d04 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 14.55 1995/01/06 00:46:30 cph Exp $
+$Id: make.scm,v 14.56 1995/01/06 18:44:17 cph Exp $
 
 Copyright (c) 1988-95 Massachusetts Institute of Technology
 
@@ -330,7 +330,7 @@ MIT in each case. |#
                               (car names))
        (loop (cdr names)))))
 (package/add-child! system-global-package 'PACKAGE environment-for-package)
-(eval (fasload "runtime.bcon" #f) system-global-environment)
+(eval (fasload "runtime.bco" #f) system-global-environment)
 
 ;;; Global databases.  Load, then initialize.
 (let ((files1
@@ -376,7 +376,7 @@ MIT in each case. |#
 ;; Note: The following code needs MAP* and MEMBER-PROCEDURE
 ;; from runtime/list. Fortunately that file has already been loaded.
 
-  ((eval (fasload "runtime.bldr" #f) system-global-environment)
+  ((eval (fasload "runtime.bld" #f) system-global-environment)
    (let ((to-avoid
          (cons "packag"
                (map* (if (file-exists? "runtime.bad")