diff options
| author | apb <apb@NetBSD.org> | 2012-08-14 13:12:15 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2012-08-14 13:12:15 +0000 |
| commit | 6bbd8f0f2fb6161ae2f991531cc4908a7de2e378 (patch) | |
| tree | f586d3db8fa718b4773487ad24c90fbaad0e4016 /Makefile | |
| parent | ac69b7991268e0a9b27bea3d7c6281138dc0d1e5 (diff) | |
Pass STAT=${TOOL_STAT:Q} through to postinstall.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ===" |
