Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/compat I believe I've fixed nbmake's dependency on /bi...



details:   https://anonhg.NetBSD.org/src/rev/d225573e017b
branches:  trunk
changeset: 526234:d225573e017b
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Apr 28 22:28:38 2002 +0000

description:
I believe I've fixed nbmake's dependency on /bin/sh.

diffstat:

 tools/compat/README |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 8fa273546dcb -r d225573e017b tools/compat/README
--- a/tools/compat/README       Sun Apr 28 22:17:43 2002 +0000
+++ b/tools/compat/README       Sun Apr 28 22:28:38 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README,v 1.2 2002/04/24 16:28:55 bjh21 Exp $
+$NetBSD: README,v 1.3 2002/04/28 22:28:38 bjh21 Exp $
 
 Special notes for cross-hosting a NetBSD build on certain platforms.  
 Only those platforms which have been tested to complete a "build.sh" run
@@ -49,11 +49,6 @@
   (/usr/ucb may optionally be placed before /usr/bin per your preference,
   but /usr/ucb *MUST NOT* be before /usr/ccs/bin or /usr/xpg4/bin!)
 
-* /bin/sh *MUST* be replaced with a copy of, or symlink to, either
-  /bin/ksh or /usr/xpg4/bin/sh.  This will be fixed in the future to use
-  /usr/xpg4/bin/sh in nbmake by default.  (Solaris's /bin/sh is broken
-  in some fantastic and amazing ways.)
-
 * Needs the "mktemp" script from src/tools/compat/scripts, made
   executable, available somewhere in $PATH.  (Solaris has no
   command-line mktemp(1).)  This may be worked around in the future.



Home | Main Index | Thread Index | Old Index