Module Name: src
Committed By: apb
Date: Tue Aug 14 13:12:15 UTC 2012
Modified Files:
src: Makefile
Log Message:
Pass STAT=${TOOL_STAT:Q} through to postinstall.
To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.296 src/Makefile:1.297
--- src/Makefile:1.296 Tue Aug 14 13:04:09 2012
+++ src/Makefile Tue Aug 14 13:12:15 2012
@@ -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 @@ _POSTINSTALL_ENV= \
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 ==="