Source-Changes-HG archive

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

[src/trunk]: src Pass STAT=${TOOL_STAT:Q} through to postinstall.



details:   https://anonhg.NetBSD.org/src/rev/66b59dced81b
branches:  trunk
changeset: 780994:66b59dced81b
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Aug 14 13:12:15 2012 +0000

description:
Pass STAT=${TOOL_STAT:Q} through to postinstall.

diffstat:

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

diffs (19 lines):

diff -r 011276d979c2 -r 66b59dced81b Makefile
--- a/Makefile  Tue Aug 14 13:11:24 2012 +0000
+++ b/Makefile  Tue Aug 14 13:12:15 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.296 2012/08/14 13:04:09 apb Exp $
+#      $NetBSD: Makefile,v 1.297 2012/08/14 13:12:15 apb Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -192,7 +192,8 @@
        AWK=${TOOL_AWK:Q}               \
        DB=${TOOL_DB:Q}                 \
        MAKE=${MAKE:Q}                  \
-       PWD_MKDB=${TOOL_PWD_MKDB:Q}
+       PWD_MKDB=${TOOL_PWD_MKDB:Q}     \
+       STAT=${TOOL_STAT:Q}
 
 postinstall-check: .PHONY
        @echo "   === Post installation checks ==="



Home | Main Index | Thread Index | Old Index