pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/install Removed the tests for CHECK_INTERPRETER and...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e739297f56f1
branches: trunk
changeset: 521433:e739297f56f1
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Nov 12 00:51:00 2006 +0000
description:
Removed the tests for CHECK_INTERPRETER and CHECK_PERMS. They are now in
../checks/*.mk.
diffstat:
mk/install/install.mk | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r d08638f8c77e -r e739297f56f1 mk/install/install.mk
--- a/mk/install/install.mk Sun Nov 12 00:49:57 2006 +0000
+++ b/mk/install/install.mk Sun Nov 12 00:51:00 2006 +0000
@@ -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 @@
.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])
Home |
Main Index |
Thread Index |
Old Index