diff options
| author | rillig <rillig@NetBSD.org> | 2022-06-10 21:28:50 +0000 |
|---|---|---|
| committer | rillig <rillig@NetBSD.org> | 2022-06-10 21:28:50 +0000 |
| commit | a08afd230d60251a26b5151de75cef4f0d35a67d (patch) | |
| tree | 2f0ce8299a5c2a0e6ee54d4b89f67cedf2c32413 /usr.bin/make | |
| parent | c11a7729506fe8a2c87990816344ce114827042e (diff) | |
tests/make: reword comment in Makefile to be more specific
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/unit-tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/unit-tests/Makefile b/usr.bin/make/unit-tests/Makefile index 1e19777fa63..855f92b7ea9 100644 --- a/usr.bin/make/unit-tests/Makefile +++ b/usr.bin/make/unit-tests/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.317 2022/06/02 07:34:39 skrll Exp $ +# $NetBSD: Makefile,v 1.318 2022/06/10 21:28:50 rillig Exp $ # # Unit tests for make(1) # @@ -692,7 +692,7 @@ LIMIT_RESOURCES?= : echo $$status > ${.TARGET:R}.status @mv ${.TARGET}.tmp ${.TARGET} -# Postprocess the test output so that the results can be compared. +# Postprocess the test output to make the output platform-independent. # # always pretend .MAKE was called 'make' _SED_CMDS+= -e 's,^${TEST_MAKE:T:S,.,\\.,g}[][0-9]*:,make:,' |
