diff options
Diffstat (limited to 'unit-tests/opt.mk')
| -rw-r--r-- | unit-tests/opt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/opt.mk b/unit-tests/opt.mk index 939d5ec35aeb..e7861fffbf84 100644 --- a/unit-tests/opt.mk +++ b/unit-tests/opt.mk @@ -1,4 +1,4 @@ -# $NetBSD: opt.mk,v 1.7 2023/02/25 00:07:08 rillig Exp $ +# $NetBSD: opt.mk,v 1.8 2026/02/08 11:02:03 rillig Exp $ # # Tests for the command line options. @@ -8,7 +8,7 @@ all: .IGNORE # The options from the top-level make are passed to the sub-makes via # the environment variable MAKEFLAGS. This is where the " -r -k -d 0" # comes from. See MainParseOption. - ${MAKE} -r -f /dev/null -V MAKEFLAGS + ${MAKE} -r -f /dev/null -V 'begin $${MAKEFLAGS} end' @echo # Just to see how the custom argument parsing code reacts to a syntax |
