diff options
author | rillig <rillig> | 2007-01-06 20:15:26 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-06 20:15:26 +0000 |
commit | e56b4638aa6b9135bc4c198376fc13f3ae77f3bb (patch) | |
tree | 2e2ab81f8b1c42d79407d7725fde2e925dd777d6 /mk/install | |
parent | 727099611b82003fc4916ed92d3743c298c2dd72 (diff) | |
download | pkgsrc-e56b4638aa6b9135bc4c198376fc13f3ae77f3bb.tar.gz |
Moved the code that installs check-files on the hook from install.mk to
check-files.mk, for two reasons:
1. It belongs there.
2. Now check-files is run before check-perms and check-interpreter.
Diffstat (limited to 'mk/install')
-rw-r--r-- | mk/install/install.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk index 9001c063a9f..4a6d80bbab2 100644 --- a/mk/install/install.mk +++ b/mk/install/install.mk @@ -1,4 +1,4 @@ -# $NetBSD: install.mk,v 1.31 2006/11/12 00:51:00 rillig Exp $ +# $NetBSD: install.mk,v 1.32 2007/01/06 20:15:26 rillig Exp $ # # This file provides the code for the "install" phase. # @@ -173,10 +173,6 @@ _INSTALL_ALL_TARGETS+= release-install-localbase-lock .endif _INSTALL_ALL_TARGETS+= error-check -.if empty(CHECK_FILES:M[nN][oO]) -privileged-install-hook: check-files -.endif - .PHONY: install-all su-install-all . if !empty(_MAKE_INSTALL_AS_ROOT:M[Yy][Ee][Ss]) install-all: su-target |