diff options
| author | rillig <rillig@NetBSD.org> | 2021-04-04 10:13:09 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2021-04-04 10:13:09 +0000 |
| commit | ffabfdaeb70bbc32abddc2300761302b6fa76881 (patch) | |
| tree | 278feec0bec4e70a9a6ec2a8550766064ee75db4 /usr.bin/make/unit-tests/directive-for-errors.mk | |
| parent | 19fd6aefecd288866d34ea4b108ec403ecfb4472 (diff) | |
make: remove filler word 'Do' from function names for parsing
No functional change, except for debug logging.
Diffstat (limited to 'usr.bin/make/unit-tests/directive-for-errors.mk')
| -rw-r--r-- | usr.bin/make/unit-tests/directive-for-errors.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/make/unit-tests/directive-for-errors.mk b/usr.bin/make/unit-tests/directive-for-errors.mk index cd190ddf424..602ecbf32e4 100644 --- a/usr.bin/make/unit-tests/directive-for-errors.mk +++ b/usr.bin/make/unit-tests/directive-for-errors.mk @@ -1,4 +1,4 @@ -# $NetBSD: directive-for-errors.mk,v 1.2 2021/04/04 09:58:51 rillig Exp $ +# $NetBSD: directive-for-errors.mk,v 1.3 2021/04/04 10:13:09 rillig Exp $ # # Tests for error handling in .for loops. @@ -13,8 +13,8 @@ # XXX: The error message is misleading though. As of 2020-12-31, it says # "Unknown directive "for"", but that directive is actually known. This is # because ForEval does not detect the .for loop as such, so parsing -# continues in ParseLine > ParseDependencyLine > ParseDoDependency > -# ParseDoDependencyTargets > ParseErrorNoDependency, and there the directive +# continues in ParseLine > ParseDependencyLine > ParseDependency > +# ParseDependencyTargets > ParseErrorNoDependency, and there the directive # name is parsed a bit differently. .for/i in 1 2 3 . warning ${i} |
