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.63 (requested by pooka in ticket #449):
details: https://anonhg.NetBSD.org/src/rev/f9c5ff4f6f06
branches: netbsd-1-6
changeset: 528365:f9c5ff4f6f06
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jul 09 08:07:03 2002 +0000
description:
Pull up revision 1.63 (requested by pooka in ticket #449):
fix pasto in error message
reported by Andrew Freedman in toolchain/17530
diffstat:
build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 178e88f97dc7 -r f9c5ff4f6f06 build.sh
--- a/build.sh Tue Jul 09 08:00:48 2002 +0000
+++ b/build.sh Tue Jul 09 08:07:03 2002 +0000
@@ -1,5 +1,5 @@
#! /bin/sh
-# $NetBSD: build.sh,v 1.58.2.1 2002/05/29 16:32:23 tv Exp $
+# $NetBSD: build.sh,v 1.58.2.2 2002/07/09 08:07:03 lukem Exp $
#
# Top level build wrapper, for a system containing no tools.
#
@@ -309,7 +309,7 @@
echo "===> DESTDIR path: $DESTDIR"
TOOLDIR=`getmakevar TOOLDIR`;
- [ $? = 0 ] || bomb "getmakevar DESTDIR failed";
+ [ $? = 0 ] || bomb "getmakevar TOOLDIR failed";
echo "===> TOOLDIR path: $TOOLDIR"
export DESTDIR TOOLDIR
@@ -373,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.1 2002/05/29 16:32:23 tv Exp $
+# Generated from: \$NetBSD: build.sh,v 1.58.2.2 2002/07/09 08:07:03 lukem Exp $
#
EOF
Home |
Main Index |
Thread Index |
Old Index