summaryrefslogtreecommitdiff
path: root/mk/extract
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/extract
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/extract')
-rw-r--r--mk/extract/extract.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk
index ddc68ce8ad1..a836a2dba56 100644
--- a/mk/extract/extract.mk
+++ b/mk/extract/extract.mk
@@ -1,4 +1,4 @@
-# $NetBSD: extract.mk,v 1.20 2007/07/31 17:42:40 jlam Exp $
+# $NetBSD: extract.mk,v 1.21 2007/12/01 11:11:55 rillig Exp $
#
# The following variables may be set by the package Makefile and
# specify how extraction happens:
@@ -118,8 +118,7 @@ extract-check-interactive:
@${ERROR_MSG} "The extract stage of this package requires user interaction"
@${ERROR_MSG} "Please extract manually with:"
@${ERROR_MSG} " \"cd ${.CURDIR} && ${MAKE} extract\""
- @${TOUCH} ${_INTERACTIVE_COOKIE}
- @${FALSE}
+ ${RUN} ${FALSE}
.else
@${DO_NADA}
.endif