diff options
author | rillig <rillig> | 2007-12-01 11:11:53 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-01 11:11:53 +0000 |
commit | 9a857c46f342ecb514056f8eb8eaec07a7523cac (patch) | |
tree | b0a5e8fd72c608ea0fcac2f51ce0c2e4e43bc78e /mk/configure | |
parent | a1d732ce11a869431f8958500c64c068f823420e (diff) | |
download | pkgsrc-9a857c46f342ecb514056f8eb8eaec07a7523cac.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')
-rw-r--r-- | mk/configure/configure.mk | 5 |
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 |