summaryrefslogtreecommitdiff
path: root/mk/configure
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-21 14:21:28 +0000
committerjlam <jlam>2006-07-21 14:21:28 +0000
commit81ea9d17e1aa6abba0a6edc25bb5bef271b51ec8 (patch)
tree30b4564d30dbe8759a4bcad799f3da559c994074 /mk/configure
parent158acd666c26e527aa5160e21e863c1a1b8ec5f3 (diff)
downloadpkgsrc-81ea9d17e1aa6abba0a6edc25bb5bef271b51ec8.tar.gz
Rearrange sequence so that "wrapper" occurs between "tools" and
"extract". This allows all user-definable targets (pre-*, do-*, post-*) to have access to the wrapper scripts.
Diffstat (limited to 'mk/configure')
-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 832368212bc..42d079b17c0 100644
--- a/mk/configure/configure.mk
+++ b/mk/configure/configure.mk
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.6 2006/07/15 23:58:52 rillig Exp $
+# $NetBSD: configure.mk,v 1.7 2006/07/21 14:21:28 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+= wrapper
+_CONFIGURE_TARGETS+= patch
_CONFIGURE_TARGETS+= acquire-configure-lock
_CONFIGURE_TARGETS+= ${_COOKIE.configure}
_CONFIGURE_TARGETS+= release-configure-lock