pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/build As described in comments, export ${TEST_ENV} ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69c61115f668
branches: trunk
changeset: 603261:69c61115f668
user: obache <obache%pkgsrc.org@localhost>
date: Wed May 02 13:44:27 2012 +0000
description:
As described in comments, export ${TEST_ENV} instead of ${MAKE_ENV} to test
make process.
diffstat:
mk/build/test.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6344b09dbc2c -r 69c61115f668 mk/build/test.mk
--- a/mk/build/test.mk Wed May 02 12:35:10 2012 +0000
+++ b/mk/build/test.mk Wed May 02 13:44:27 2012 +0000
@@ -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_MAKE_FLAGS?= # none
TEST_MAKE_CMD= \
- ${PKGSRC_SETENV} ${MAKE_ENV} \
+ ${PKGSRC_SETENV} ${TEST_ENV} \
${MAKE_PROGRAM} ${MAKE_FLAGS} ${TEST_MAKE_FLAGS} \
-f ${MAKE_FILE}
Home |
Main Index |
Thread Index |
Old Index