summaryrefslogtreecommitdiff
path: root/mk/install
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-12-01 11:11:53 +0000
committerrillig <rillig@pkgsrc.org>2007-12-01 11:11:53 +0000
commit9fab8079e7baeb6524e48d0e662f7a1d76301bb4 (patch)
treeb0a5e8fd72c608ea0fcac2f51ce0c2e4e43bc78e /mk/install
parentd493e106157b657f5fd606212d0b1cbb9ee9a46f (diff)
downloadpkgsrc-9fab8079e7baeb6524e48d0e662f7a1d76301bb4.tar.gz
Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs
it. It had only been used to change the "nerrors" variable in bulk builds, but this variable is not used further anyway.
Diffstat (limited to 'mk/install')
-rw-r--r--mk/install/install.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/install/install.mk b/mk/install/install.mk
index 3d344ff0e2f..4e787bd6104 100644
--- a/mk/install/install.mk
+++ b/mk/install/install.mk
@@ -1,4 +1,4 @@
-# $NetBSD: install.mk,v 1.47 2007/09/13 09:44:58 rillig Exp $
+# $NetBSD: install.mk,v 1.48 2007/12/01 11:11:56 rillig Exp $
#
# This file provides the code for the "install" phase.
#
@@ -102,7 +102,6 @@ install-check-interactive: .PHONY
@${ERROR_MSG} "The installation stage of this package requires user interaction"
@${ERROR_MSG} "Please install manually with:"
@${ERROR_MSG} " \"cd ${.CURDIR} && ${MAKE} install\""
- ${RUN} ${TOUCH} ${_INTERACTIVE_COOKIE}
${RUN} ${FALSE}
.else
@${DO_NADA}