Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in
../checks/*.mk.
This commit is contained in:
parent
c879441de5
commit
0ba86a9a56
1 changed files with 1 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: install.mk,v 1.30 2006/11/12 00:13:26 rillig Exp $
|
||||
# $NetBSD: install.mk,v 1.31 2006/11/12 00:51:00 rillig Exp $
|
||||
#
|
||||
# This file provides the code for the "install" phase.
|
||||
#
|
||||
|
@ -176,12 +176,6 @@ _INSTALL_ALL_TARGETS+= error-check
|
|||
.if empty(CHECK_FILES:M[nN][oO])
|
||||
privileged-install-hook: check-files
|
||||
.endif
|
||||
.if empty(CHECK_INTERPRETER:M[nN][oO])
|
||||
privileged-install-hook: check-interpreter
|
||||
.endif
|
||||
.if empty(CHECK_PERMS:M[nN][oO])
|
||||
privileged-install-hook: check-perms
|
||||
.endif
|
||||
|
||||
.PHONY: install-all su-install-all
|
||||
. if !empty(_MAKE_INSTALL_AS_ROOT:M[Yy][Ee][Ss])
|
||||
|
|
Loading…
Reference in a new issue