Module Name:    src
Committed By:   enami
Date:           Thu Oct 15 03:21:45 UTC 2009

Modified Files:
        src: build.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.215 src/build.sh:1.216
--- src/build.sh:1.215	Wed Oct 14 19:03:12 2009
+++ src/build.sh	Thu Oct 15 03:21:45 2009
@@ -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}
 #
 

Reply via email to