Save the operating-system-specific loading files under separate names,
authorChris Hanson <org/chris-hanson/cph>
Tue, 31 Oct 1995 23:41:39 +0000 (23:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 31 Oct 1995 23:41:39 +0000 (23:41 +0000)
so that multiple operating systems may be supported from the same
build-directory.

v7/src/edwin/edwin.sf
v7/src/edwin/make.scm

index 3a811d860c131bc86c6cc208b98728dd0cbc80ea..365361ae9417ddcba7af0000b900cc253088e859 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: edwin.sf,v 1.14 1995/10/31 23:29:14 cph Exp $
+;;;    $Id: edwin.sf,v 1.15 1995/10/31 23:41:39 cph Exp $
 ;;;
 ;;;    Copyright (c) 1991-95 Massachusetts Institute of Technology
 ;;;
        (case microcode-id/operating-system
         ((DOS) "edwindos")
         ((NT) "edwinw32")
-        ((OS2) "edwinos2")
+        ((OS/2) "edwinos2")
         ((UNIX) "edwinunx")
         (else "edwinunk"))))
   (copy-file "edwin.pkg" (pathname-new-type name "pkg"))
index a2c374db3cd51fef724b723e3a32aac20a3e1122..e96cdb7404fe91db018b1d04ecf5b3683a7ad536 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.87 1995/10/31 23:26:55 cph Exp $
+$Id: make.scm,v 3.88 1995/10/31 23:41:33 cph Exp $
 
 Copyright (c) 1989-94 Massachusetts Institute of Technology
 
@@ -49,7 +49,7 @@ MIT in each case. |#
        (case microcode-id/operating-system
          ((DOS) "edwindos")
          ((NT) "edwinw32")
-         ((OS2) "edwinos2")
+         ((OS/2) "edwinos2")
          ((UNIX) "edwinunx")
          (else "edwin"))
        `((os-type . ,microcode-id/operating-system))