Source-Changes-HG archive

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

[src/trunk]: src Add HOST_SH to _POSTINSTALL_ENV; needed for



details:   https://anonhg.NetBSD.org/src/rev/5589d0d23b3b
branches:  trunk
changeset: 781016:5589d0d23b3b
user:      apb <apb%NetBSD.org@localhost>
date:      Wed Aug 15 12:50:12 2012 +0000

description:
Add HOST_SH to _POSTINSTALL_ENV; needed for
usr.sbin/postinstall/postinstall revision 1.145.

diffstat:

 Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7ef3f495064 -r 5589d0d23b3b Makefile
--- a/Makefile  Wed Aug 15 12:48:19 2012 +0000
+++ b/Makefile  Wed Aug 15 12:50:12 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.297 2012/08/14 13:12:15 apb Exp $
+#      $NetBSD: Makefile,v 1.298 2012/08/15 12:50:12 apb Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -191,6 +191,7 @@
 _POSTINSTALL_ENV= \
        AWK=${TOOL_AWK:Q}               \
        DB=${TOOL_DB:Q}                 \
+       HOST_SH=${HOST_SH:Q}            \
        MAKE=${MAKE:Q}                  \
        PWD_MKDB=${TOOL_PWD_MKDB:Q}     \
        STAT=${TOOL_STAT:Q}



Home | Main Index | Thread Index | Old Index