Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make: remove test variant without GMAKEEXPORT



details:   https://anonhg.NetBSD.org/src/rev/4449c2ddbe1c
branches:  trunk
changeset: 366004:4449c2ddbe1c
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun May 08 19:19:11 2022 +0000

description:
make: remove test variant without GMAKEEXPORT

Undefining GMAKEEXPORT on the command line had no effect, since that
macro is defined unconditionally in config.h.

diffstat:

 usr.bin/make/test-variants.mk |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r ca1d26c1d856 -r 4449c2ddbe1c usr.bin/make/test-variants.mk
--- a/usr.bin/make/test-variants.mk     Sun May 08 17:28:14 2022 +0000
+++ b/usr.bin/make/test-variants.mk     Sun May 08 19:19:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: test-variants.mk,v 1.3 2022/05/03 19:05:34 rillig Exp $
+# $NetBSD: test-variants.mk,v 1.4 2022/05/08 19:19:11 rillig Exp $
 #
 # Build several variants of make and run the tests on them.
 #
@@ -74,12 +74,6 @@
 CPPFLAGS.debug-src=    -DDEBUG_SRC
 SKIP.debug-src=                yes
 
-# In this variant, the tests for 'export VAR=value' fail, as expected.
-#
-TESTS+=                        no-gmake-export
-CPPFLAGS.no-gmake-export= -UGMAKEEXPORT
-SKIP.no-gmake-export=  yes
-
 # NetBSD 8.0 x86_64
 # In file included from arch.c:135:0:
 # /usr/include/sys/param.h:357:0: error: "MAXPATHLEN" redefined [-Werror]



Home | Main Index | Thread Index | Old Index