Back out something I'm working on that crept in with the last commit.

Spotted by: ru
This commit is contained in:
Hartmut Brandt 2004-08-05 09:11:44 +00:00
parent 82eb7072de
commit cfe632eaba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133165
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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