Source-Changes-HG archive

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

[src/trunk]: src If do_expertmode is false, then add DESTDIR and RELEASEDIR t...



details:   https://anonhg.NetBSD.org/src/rev/d8c592b57c6f
branches:  trunk
changeset: 748742:d8c592b57c6f
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Nov 04 12:58:01 2009 +0000

description:
If do_expertmode is false, then add DESTDIR and RELEASEDIR to makeenv.
This reinstates behaviour that was accidentally lost in revision 1.215.

diffstat:

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

diffs (31 lines):

diff -r b924d7305e42 -r d8c592b57c6f build.sh
--- a/build.sh  Wed Nov 04 09:45:05 2009 +0000
+++ b/build.sh  Wed Nov 04 12:58:01 2009 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.216 2009/10/15 03:21:45 enami Exp $
+#      $NetBSD: build.sh,v 1.217 2009/11/04 12:58:01 apb Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1159,9 +1159,11 @@
                        case "$var" in
                        DESTDIR)
                                : ${newval:=${_SRC_TOP_OBJ_}/destdir.${MACHINE}}
+                               makeenv="${makeenv} DESTDIR"
                                ;;
                        RELEASEDIR)
                                : ${newval:=${_SRC_TOP_OBJ_}/releasedir}
+                               makeenv="${makeenv} RELEASEDIR"
                                ;;
                        esac
                fi
@@ -1313,7 +1315,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.216 2009/10/15 03:21:45 enami Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.217 2009/11/04 12:58:01 apb Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index