Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools pass HOST_SH to the build, to keep it from picking up ...
details: https://anonhg.NetBSD.org/src/rev/65da60bd896c
branches: trunk
changeset: 789308:65da60bd896c
user: drochner <drochner%NetBSD.org@localhost>
date: Tue Aug 13 20:41:25 2013 +0000
description:
pass HOST_SH to the build, to keep it from picking up a "bash"
from $PATH
diffstat:
tools/Makefile.gnuhost | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f671e32840e8 -r 65da60bd896c tools/Makefile.gnuhost
--- a/tools/Makefile.gnuhost Tue Aug 13 20:38:08 2013 +0000
+++ b/tools/Makefile.gnuhost Tue Aug 13 20:41:25 2013 +0000
@@ -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 @@
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} \
Home |
Main Index |
Thread Index |
Old Index