summaryrefslogtreecommitdiff
path: root/mk/configure/configure.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-27 13:47:29 +0000
committerjlam <jlam>2006-07-27 13:47:29 +0000
commit23c818deb048b426d29224b2318306e332d357df (patch)
tree5088cdfec49078b309c32f9d261f3c4ddf21ac2f /mk/configure/configure.mk
parent13ab8f48130b27bb1ba6c1bddd0aef966bc2d3a8 (diff)
downloadpkgsrc-23c818deb048b426d29224b2318306e332d357df.tar.gz
After auditing all the packages the ensure that they never invoke the
compiler toolchain until the configure stage, move the "wrapper" stage back to between "patch" and "configure". This makes "make extract NO_DEPENDS=" work again for all packages.
Diffstat (limited to 'mk/configure/configure.mk')
-rw-r--r--mk/configure/configure.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/configure/configure.mk b/mk/configure/configure.mk
index 6a9bc89df30..44ba46a31ec 100644
--- a/mk/configure/configure.mk
+++ b/mk/configure/configure.mk
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.8 2006/07/22 16:31:35 jlam Exp $
+# $NetBSD: configure.mk,v 1.9 2006/07/27 13:47:29 jlam Exp $
#
# CONFIGURE_SCRIPT is the path to the script to run in order to
# configure the software for building. If the path is relative,
@@ -39,7 +39,7 @@ _BUILD_DEFS+= CONFIGURE_ENV CONFIGURE_ARGS
### configure is a public target to configure the sources for building.
###
_CONFIGURE_TARGETS+= check-vulnerable
-_CONFIGURE_TARGETS+= patch
+_CONFIGURE_TARGETS+= wrapper
_CONFIGURE_TARGETS+= acquire-configure-lock
_CONFIGURE_TARGETS+= ${_COOKIE.configure}
_CONFIGURE_TARGETS+= release-configure-lock