Source-Changes-HG archive

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

[src/trunk]: src Don't try to build xldscripts during build.sh modules



details:   https://anonhg.NetBSD.org/src/rev/cf3c6ab271c2
branches:  trunk
changeset: 754710:cf3c6ab271c2
user:      morr <morr%NetBSD.org@localhost>
date:      Sun May 09 18:53:03 2010 +0000

description:
Don't try to build xldscripts during build.sh modules

diffstat:

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

diffs (27 lines):

diff -r 0f7cad7966be -r cf3c6ab271c2 build.sh
--- a/build.sh  Sun May 09 14:02:10 2010 +0000
+++ b/build.sh  Sun May 09 18:53:03 2010 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.233 2010/03/30 13:17:47 cegger Exp $
+#      $NetBSD: build.sh,v 1.234 2010/05/09 18:53:03 morr Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1361,7 +1361,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.233 2010/03/30 13:17:47 cegger Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.234 2010/05/09 18:53:03 morr Exp $
 # with these arguments: ${_args}
 #
 
@@ -1502,6 +1502,7 @@
 
 buildmodules()
 {
+       setmakeenv MKBINUTILS no
        if ! ${do_tools} && ! ${buildmoduleswarned:-false}; then
                # Building tools every time we build modules is clearly
                # unnecessary as well as a kernel.



Home | Main Index | Thread Index | Old Index