Module Name:    src
Committed By:   morr
Date:           Sun May  9 18:53:03 UTC 2010

Modified Files:
        src: build.sh

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


To generate a diff of this commit:
cvs rdiff -u -r1.233 -r1.234 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.233 src/build.sh:1.234
--- src/build.sh:1.233	Tue Mar 30 13:17:47 2010
+++ src/build.sh	Sun May  9 18:53:03 2010
@@ -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.

Reply via email to