diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-21 14:21:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-21 14:21:28 +0000 |
commit | 4011c5cff2e356e5371e70f8c4ead23e2afaefd3 (patch) | |
tree | 30b4564d30dbe8759a4bcad799f3da559c994074 /mk/configure | |
parent | 3d2f631bb537d47b98fe91d5f95faec0ecd0b8ee (diff) | |
download | pkgsrc-4011c5cff2e356e5371e70f8c4ead23e2afaefd3.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.mk | 4 |
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 |