From eac8efe52542e7ead8037c1b52db078ce641cc0f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 31 Oct 1995 23:41:39 +0000 Subject: [PATCH] Save the operating-system-specific loading files under separate names, so that multiple operating systems may be supported from the same build-directory. --- v7/src/edwin/edwin.sf | 4 ++-- v7/src/edwin/make.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/edwin/edwin.sf b/v7/src/edwin/edwin.sf index 3a811d860..365361ae9 100644 --- a/v7/src/edwin/edwin.sf +++ b/v7/src/edwin/edwin.sf @@ -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 ;;; @@ -102,7 +102,7 @@ (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")) diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index a2c374db3..e96cdb740 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -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)) -- 2.25.1