From f2baa8f5baf55081db26717d101952cd8e576ba2 Mon Sep 17 00:00:00 2001 From: harti Date: Thu, 5 Aug 2004 09:11:44 +0000 Subject: Back out something I'm working on that crept in with the last commit. Spotted by: ru --- tools/build/make_check/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/build') 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 -- cgit v1.1