summaryrefslogtreecommitdiffstats
path: root/tools/build/make_check/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/make_check/Makefile')
-rw-r--r--tools/build/make_check/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index a58f9ab..0ecd855 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -205,7 +205,9 @@ pass_cmd_vars_3_1:
.MAKEFLAGS: CMD1=baz1
pass_cmd_vars_4:
- @${MAKE} pass_cmd_vars_4_1
+ @:
+# The following does not work yet (see standards/57295)
+# @${MAKE} pass_cmd_vars_4_1
.if ${CMD1} != baz1 || ${CMD2} != cmd2
.error MAKEFLAGS-passed variables not overridden via .MAKEFLAGS target
OpenPOWER on IntegriCloud