From bf34ea29635932bd72649831793e341cffbd6d90 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 27 Jul 2006 13:47:29 +0000 Subject: 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. --- mk/extract/extract.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/extract') diff --git a/mk/extract/extract.mk b/mk/extract/extract.mk index 4a9e452518b..098c660f6b4 100644 --- a/mk/extract/extract.mk +++ b/mk/extract/extract.mk @@ -1,4 +1,4 @@ -# $NetBSD: extract.mk,v 1.14 2006/07/26 18:29:46 drochner Exp $ +# $NetBSD: extract.mk,v 1.15 2006/07/27 13:47:29 jlam Exp $ # # The following variables may be set by the package Makefile and # specify how extraction happens: @@ -43,7 +43,7 @@ _COOKIE.extract= ${WRKDIR}/.extract_done ### extract is a public target to perform extraction. ### _EXTRACT_TARGETS+= check-vulnerable -_EXTRACT_TARGETS+= wrapper +_EXTRACT_TARGETS+= tools _EXTRACT_TARGETS+= acquire-extract-lock _EXTRACT_TARGETS+= ${_COOKIE.extract} _EXTRACT_TARGETS+= release-extract-lock -- cgit v1.2.3