Adjustments to support multiple binary directories.
authorChris Hanson <org/chris-hanson/cph>
Thu, 10 Oct 1991 01:27:41 +0000 (01:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 10 Oct 1991 01:27:41 +0000 (01:27 +0000)
v7/src/rcs/rcs.pkg
v7/src/rcs/rcs.sf

index d3f21fa67282b0b7a9bdbd8372be9091f0710167..51d48c24720892d3a4ea0fb0a785c7b3c8789bd9 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.2 1991/01/19 04:21:25 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.3 1991/10/10 01:27:03 cph Exp $
 
-Copyright (c) 1988, 1991 Massachusetts Institute of Technology
+Copyright (c) 1988-91 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -34,7 +34,7 @@ MIT in each case. |#
 
 ;;;; RCS Packaging
 
-(global-definitions "/scheme/runtime/runtim")
+(global-definitions "SCM/runtime/runtim")
 
 (define-package (rcs)
   (files "object")
index b44676a1dcdc8cbd0e4fc942b39240a1b55599fb..862bc2e73b3e4d6e2f2daaa7318af2266499d17a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.3 1991/10/01 20:50:27 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.4 1991/10/10 01:27:41 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -35,6 +35,10 @@ MIT in each case. |#
 (fluid-let ((sf/default-syntax-table system-global-syntax-table))
   (sf-directory "."))
 
+;; Guarantee that the package modeller is loaded.
+(if (not (name->package '(CROSS-REFERENCE)))
+    (with-working-directory-pathname "SCM/cref" (lambda () (load "make"))))
+
 (cref/generate-constructors "rcs")
 (sf "rcs.con" "rcs.bcon")
 (sf "rcs.ldr" "rcs.bldr")
\ No newline at end of file