mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out something I'm working on that crept in with the last commit.
Spotted by: ru
This commit is contained in:
parent
82eb7072de
commit
cfe632eaba
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue