Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src Pull up revision 1.66 (requested by thorpej in ticket #...
details: https://anonhg.NetBSD.org/src/rev/a838b49db3c2
branches: netbsd-1-6
changeset: 529270:a838b49db3c2
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 16:28:36 2002 +0000
description:
Pull up revision 1.66 (requested by thorpej in ticket #799):
Back out previous, needs to be re-thought.
diffstat:
build.sh | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (30 lines):
diff -r e106c929c2fd -r a838b49db3c2 build.sh
--- a/build.sh Sun Nov 03 16:26:21 2002 +0000
+++ b/build.sh Sun Nov 03 16:28:36 2002 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: build.sh,v 1.58.2.3 2002/11/03 14:36:36 he Exp $
+# $NetBSD: build.sh,v 1.58.2.4 2002/11/03 16:28:36 he Exp $
#
# Top level build wrapper, for a system containing no tools.
#
@@ -232,9 +232,7 @@
make="${TOOLDIR-nonexistent}/bin/nbmake"
if [ -x $make ]; then
for f in usr.bin/make/*.[ch] usr.bin/make/lst.lib/*.[ch]; do
- # Explcitly use /bin/test here; makes this script
- # work otherwise-unchanged with Solaris 8's /bin/sh.
- if /bin/test $f -nt $make; then
+ if [ $f -nt $make ]; then
do_rebuildmake=true; break
fi
done
@@ -375,7 +373,7 @@
eval cat <<EOF $makewrapout
#! /bin/sh
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.58.2.3 2002/11/03 14:36:36 he Exp $
+# Generated from: \$NetBSD: build.sh,v 1.58.2.4 2002/11/03 16:28:36 he Exp $
#
EOF
Home |
Main Index |
Thread Index |
Old Index