summaryrefslogtreecommitdiff
path: root/mk/configure/configure.mk
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-01 11:11:53 +0000
committerrillig <rillig>2007-12-01 11:11:53 +0000
commit47e5daaa34bcab4267e900b81548c72b59ae47f2 (patch)
treeb0a5e8fd72c608ea0fcac2f51ce0c2e4e43bc78e /mk/configure/configure.mk
parent8af7b46f9366ec85747e99a75ba500957fad07c2 (diff)
downloadpkgsrc-47e5daaa34bcab4267e900b81548c72b59ae47f2.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/configure/configure.mk')
-rw-r--r--mk/configure/configure.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/configure/configure.mk b/mk/configure/configure.mk
index 340ab4a8cf6..3f8566c663c 100644
--- a/mk/configure/configure.mk
+++ b/mk/configure/configure.mk
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.19 2007/11/01 08:37:24 rillig Exp $
+# $NetBSD: configure.mk,v 1.20 2007/12/01 11:11:55 rillig Exp $
#
# = Package-settable variables =
#
@@ -151,8 +151,7 @@ configure-check-interactive:
@${ERROR_MSG} "The configure stage of this package requires user interaction"
@${ERROR_MSG} "Please configure manually with:"
@${ERROR_MSG} " \"cd ${.CURDIR} && ${MAKE} configure\""
- @${TOUCH} ${_INTERACTIVE_COOKIE}
- @${FALSE}
+ ${RUN} ${FALSE}
.else
@${DO_NADA}
.endif