Source-Changes-HG archive

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

[src/trunk]: src There is no variable called __SRC_TOP_OBJ__. Use the correc...



details:   https://anonhg.NetBSD.org/src/rev/d78b09f963e6
branches:  trunk
changeset: 748174:d78b09f963e6
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Oct 15 03:21:45 2009 +0000

description:
There is no variable called __SRC_TOP_OBJ__.  Use the correct one instead.

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 8874a3d33878 -r d78b09f963e6 build.sh
--- a/build.sh  Thu Oct 15 02:27:44 2009 +0000
+++ b/build.sh  Thu Oct 15 03:21:45 2009 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.215 2009/10/14 19:03:12 apb Exp $
+#      $NetBSD: build.sh,v 1.216 2009/10/15 03:21:45 enami Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1155,7 +1155,7 @@
                eval oldval=\"\$${var}\"
                newval="$(getmakevar $var)"
                if ! $do_expertmode; then
-                       : ${__SRC_TOP_OBJ__:=$(getmakevar __SRC_TOP_OBJ__)}
+                       : ${_SRC_TOP_OBJ_:=$(getmakevar _SRC_TOP_OBJ_)}
                        case "$var" in
                        DESTDIR)
                                : ${newval:=${_SRC_TOP_OBJ_}/destdir.${MACHINE}}
@@ -1313,7 +1313,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.215 2009/10/14 19:03:12 apb Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.216 2009/10/15 03:21:45 enami Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index