summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.barrier.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-25 18:04:25 +0000
committerjlam <jlam@pkgsrc.org>2006-07-25 18:04:25 +0000
commitf065d908d037622433aa516f7e51660612219392 (patch)
treecc44629e3c8f2c22ffedb1bf0a53532b4a39edd1 /mk/bsd.pkg.barrier.mk
parent39a1ae52e340628a021f3dfad16ab19e305874be (diff)
downloadpkgsrc-f065d908d037622433aa516f7e51660612219392.tar.gz
Move barrier to just after the depends phase. This allows both the
"tools" and "wrapper" phases to be able to expect all the dependencies to be installed already.
Diffstat (limited to 'mk/bsd.pkg.barrier.mk')
-rw-r--r--mk/bsd.pkg.barrier.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/bsd.pkg.barrier.mk b/mk/bsd.pkg.barrier.mk
index 9cbdeccb7a5..02fde5712c6 100644
--- a/mk/bsd.pkg.barrier.mk
+++ b/mk/bsd.pkg.barrier.mk
@@ -1,18 +1,19 @@
-# $NetBSD: bsd.pkg.barrier.mk,v 1.9 2006/07/22 16:31:35 jlam Exp $
+# $NetBSD: bsd.pkg.barrier.mk,v 1.10 2006/07/25 18:04:25 jlam Exp $
_COOKIE.barrier= ${WRKDIR}/.barrier_cookie
# _BARRIER_PRE_TARGETS is a list of the targets that must be built before
# the "barrier" target invokes a new make.
#
-_BARRIER_PRE_TARGETS= tools
+_BARRIER_PRE_TARGETS= checksum makedirs depends
# _BARRIER_POST_TARGETS is a list of the targets that must be built after
# the "barrier" target invokes a new make. This list is specially
# ordered so that if more than one is specified on the command-line,
# then pkgsrc will still do the right thing.
#
-_BARRIER_POST_TARGETS= wrapper
+_BARRIER_POST_TARGETS= tools
+_BARRIER_POST_TARGETS+= wrapper
_BARRIER_POST_TARGETS+= extract
_BARRIER_POST_TARGETS+= patch
_BARRIER_POST_TARGETS+= configure