diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-02 13:17:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-02 13:17:05 +0000 |
commit | febdd5a8140906006522c7ebc4e596fc11d2f4b2 (patch) | |
tree | afc073b5c4ba36fa33547b7d4ceae0084f607b8f /mk | |
parent | b6a06da843d5233d272628ae554a6e84e118aa9a (diff) | |
download | pkgsrc-febdd5a8140906006522c7ebc4e596fc11d2f4b2.tar.gz |
Move BUILD_DEFS check to pre-extract to avoid creating work directories in
the fetch step.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index a395e4397c5..d0d91c6152d 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1228 2003/08/02 03:46:34 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1229 2003/08/02 13:17:05 wiz Exp $ # # This file is in the public domain. # @@ -32,8 +32,8 @@ MAKE_ENV+= USETOOLS="${USETOOLS}" # This has to come first to avoid showing all BUILD_DEFS added by this # Makefile, which are usually not customizable. -.PHONY: pre-fetch build-defs-message -pre-fetch: build-defs-message +.PHONY: pre-extract build-defs-message +pre-extract: build-defs-message .if !target(build-defs-message) build-defs-message: ${WRKDIR} .if defined(BUILD_DEFS) && !empty(BUILD_DEFS) |