Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests Control TZ for depsrc-optional



details:   https://anonhg.NetBSD.org/src/rev/27506dca2c13
branches:  trunk
changeset: 945914:27506dca2c13
user:      sjg <sjg%NetBSD.org@localhost>
date:      Mon Nov 09 19:12:52 2020 +0000

description:
Control TZ for depsrc-optional

diffstat:

 usr.bin/make/unit-tests/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5b3c767c8a91 -r 27506dca2c13 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Mon Nov 09 18:09:02 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Mon Nov 09 19:12:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.192 2020/11/08 23:54:28 rillig Exp $
+# $NetBSD: Makefile,v 1.193 2020/11/09 19:12:52 sjg Exp $
 #
 # Unit tests for make(1)
 #
@@ -386,6 +386,7 @@
 ENV.varmisc+=          FROM_ENV_BEFORE=env
 ENV.varmisc+=          FROM_ENV_AFTER=env
 ENV.varmod-localtime+= TZ=Europe/Berlin
+ENV.depsrc-optional+=   TZ=UTC
 
 # Override make flags for some of the tests; default is -k.
 # If possible, write ".MAKEFLAGS: -dv" in the test .mk file instead of



Home | Main Index | Thread Index | Old Index