Module Name: src
Committed By: rillig
Date: Sun May 8 19:19:11 UTC 2022
Modified Files:
src/usr.bin/make: test-variants.mk
Log Message:
make: remove test variant without GMAKEEXPORT
Undefining GMAKEEXPORT on the command line had no effect, since that
macro is defined unconditionally in config.h.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/test-variants.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/test-variants.mk
diff -u src/usr.bin/make/test-variants.mk:1.3 src/usr.bin/make/test-variants.mk:1.4
--- src/usr.bin/make/test-variants.mk:1.3 Tue May 3 19:05:34 2022
+++ src/usr.bin/make/test-variants.mk Sun May 8 19:19:11 2022
@@ -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 @@ TESTS+= debug-src
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]