diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-12 00:51:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-12 00:51:00 +0000 |
commit | 0ba86a9a5619eb2eda538b6a473a1d7e461aff6c (patch) | |
tree | 81b3bff092ffdfe8a3ccb184fe04282114e0bacf /mk/install | |
parent | c879441de571428328e1fdcf9ecfd0b9edd978fa (diff) | |
download | pkgsrc-0ba86a9a5619eb2eda538b6a473a1d7e461aff6c.tar.gz |
Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in
../checks/*.mk.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/install.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk index 59659994e54..9001c063a9f 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -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]) |