Module Name:    src
Committed By:   drochner
Date:           Tue Aug 13 20:41:25 UTC 2013

Modified Files:
        src/tools: Makefile.gnuhost

Log Message:
pass HOST_SH to the build, to keep it from picking up a "bash"
from $PATH


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/tools/Makefile.gnuhost

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

Modified files:

Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.41 src/tools/Makefile.gnuhost:1.42
--- src/tools/Makefile.gnuhost:1.41	Wed Aug  7 17:50:55 2013
+++ src/tools/Makefile.gnuhost	Tue Aug 13 20:41:25 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.gnuhost,v 1.41 2013/08/07 17:50:55 apb Exp $
+#	$NetBSD: Makefile.gnuhost,v 1.42 2013/08/13 20:41:25 drochner Exp $
 #
 # Rules used when building a GNU host package.  Expects MODULE to be set.
 #
@@ -50,6 +50,7 @@ CONFIGURE_ENV+= \
 		AWK=${TOOL_AWK:Q} \
 		CC=${HOST_CC:Q} \
 		CFLAGS=${HOST_CFLAGS:Q} \
+		CONFIG_SHELL=${HOST_SH:Q} \
 		CPPFLAGS=${HOST_CPPFLAGS:Q} \
 		CXX=${HOST_CXX:Q} \
 		CXXFLAGS=${HOST_CXXFLAGS:Q} \

Reply via email to