Pass STAT=${TOOL_STAT:Q} through to postinstall.
This commit is contained in:
parent
508b448a57
commit
07086c66b3
5
Makefile
5
Makefile
|
@ -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 ==="
|
||||
|
|
Loading…
Reference in New Issue