summaryrefslogtreecommitdiff
path: root/mk/build
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-05-02 13:44:27 +0000
committerobache <obache@pkgsrc.org>2012-05-02 13:44:27 +0000
commitac8d290ed603fc802fea70723fadbbeeba2de057 (patch)
treec7e35cd66112fce92377669d59b4f8f1677a309a /mk/build
parent3c27b222add1f327fab4e49ca35ba07c116905e6 (diff)
downloadpkgsrc-ac8d290ed603fc802fea70723fadbbeeba2de057.tar.gz
As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to test
make process.
Diffstat (limited to 'mk/build')
-rw-r--r--mk/build/test.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/build/test.mk b/mk/build/test.mk
index 59e60cc89ab..4855c75bbc3 100644
--- a/mk/build/test.mk
+++ b/mk/build/test.mk
@@ -1,4 +1,4 @@
-# $NetBSD: test.mk,v 1.16 2011/09/08 20:17:15 abs Exp $
+# $NetBSD: test.mk,v 1.17 2012/05/02 13:44:27 obache Exp $
#
# After the "build" phase, many packages provide some sort of self-test
# that can be run on the not-yet installed package. To enable these
@@ -47,7 +47,7 @@ TEST_ENV+= ${MAKE_ENV}
TEST_MAKE_FLAGS?= # none
TEST_MAKE_CMD= \
- ${PKGSRC_SETENV} ${MAKE_ENV} \
+ ${PKGSRC_SETENV} ${TEST_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} ${TEST_MAKE_FLAGS} \
-f ${MAKE_FILE}