summaryrefslogtreecommitdiff
path: root/mk/configure/configure.mk
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
commit8b469337fa55da6a76308c66fc19168ef18bbaf0 (patch)
treeb0a5e8fd72c608ea0fcac2f51ce0c2e4e43bc78e /mk/configure/configure.mk
parent7cbdaf1c98d41e7d54534942d0cadb3386a6f2bf (diff)
downloadpkgsrc-8b469337fa55da6a76308c66fc19168ef18bbaf0.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