Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Scrub TERMINFO from host env lest it leaks into libterminfo ...
details: https://anonhg.NetBSD.org/src/rev/a1985cc86d91
branches: trunk
changeset: 783992:a1985cc86d91
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Jan 14 13:02:59 2013 +0000
description:
Scrub TERMINFO from host env lest it leaks into libterminfo build.
diffstat:
build.sh | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r cae9e5754e77 -r a1985cc86d91 build.sh
--- a/build.sh Mon Jan 14 12:28:11 2013 +0000
+++ b/build.sh Mon Jan 14 13:02:59 2013 +0000
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.260 2012/12/02 19:19:36 apb Exp $
+# $NetBSD: build.sh,v 1.261 2013/01/14 13:02:59 pooka Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -430,6 +430,7 @@
unsetmakeenv INFODIR
unsetmakeenv LESSCHARSET
unsetmakeenv MAKEFLAGS
+ unsetmakeenv TERMINFO
setmakeenv LC_ALL C
# Find information about the build platform. This should be
@@ -1715,7 +1716,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.260 2012/12/02 19:19:36 apb Exp $
+# Generated from: \$NetBSD: build.sh,v 1.261 2013/01/14 13:02:59 pooka Exp $
# with these arguments: ${_args}
#
Home |
Main Index |
Thread Index |
Old Index