Change extension for cross-compiler so that shell tools will work more
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 6 Feb 1991 02:51:10 +0000 (02:51 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 6 Feb 1991 02:51:10 +0000 (02:51 +0000)
easily.

v7/src/compiler/etc/xcbfdir.scm
v8/src/compiler/etc/xcbfdir.scm

index eec678e81a8c06f0f79aa1a2577480919cd8cea8..2608c7d40e7bf1cd44f8891f2540a980d8852ea5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/etc/xcbfdir.scm,v 1.3 1990/10/10 02:03:40 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/etc/xcbfdir.scm,v 1.4 1991/02/06 02:51:10 jinx Exp $
 
 Copyright (c) 1989, 1990 Massachusetts Institute of Technology
 
@@ -40,7 +40,7 @@ MIT in each case. |#
   (for-each
    (lambda (pathname)
      (let ((one (pathname-new-type pathname extension))
-          (two (pathname-new-type pathname "touch")))
+          (two (pathname-new-type pathname "tch")))
        (call-with-current-continuation
        (lambda (here)
          (bind-condition-handler
@@ -80,4 +80,4 @@ MIT in each case. |#
   (process-directory dir compile-bin-file "com"))
 
 (define (cross-compile-directory dir)
-  (process-directory dir cross-compile-bin-file "bits.x"))
\ No newline at end of file
+  (process-directory dir cross-compile-bin-file "moc"))
\ No newline at end of file
index e1ad0a21510ed03f1f7147244ce4f18167f98bb3..04d4bd7cb5762e4cf01966be1279079423dfe3d9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/etc/xcbfdir.scm,v 1.3 1990/10/10 02:03:40 jinx Rel $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/compiler/etc/xcbfdir.scm,v 1.4 1991/02/06 02:51:10 jinx Exp $
 
 Copyright (c) 1989, 1990 Massachusetts Institute of Technology
 
@@ -40,7 +40,7 @@ MIT in each case. |#
   (for-each
    (lambda (pathname)
      (let ((one (pathname-new-type pathname extension))
-          (two (pathname-new-type pathname "touch")))
+          (two (pathname-new-type pathname "tch")))
        (call-with-current-continuation
        (lambda (here)
          (bind-condition-handler
@@ -80,4 +80,4 @@ MIT in each case. |#
   (process-directory dir compile-bin-file "com"))
 
 (define (cross-compile-directory dir)
-  (process-directory dir cross-compile-bin-file "bits.x"))
\ No newline at end of file
+  (process-directory dir cross-compile-bin-file "moc"))
\ No newline at end of file