Module Name: src Committed By: rillig Date: Fri Jun 10 21:28:50 UTC 2022
Modified Files: src/usr.bin/make/unit-tests: Makefile Log Message: tests/make: reword comment in Makefile to be more specific To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 src/usr.bin/make/unit-tests/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.bin/make/unit-tests/Makefile diff -u src/usr.bin/make/unit-tests/Makefile:1.317 src/usr.bin/make/unit-tests/Makefile:1.318 --- src/usr.bin/make/unit-tests/Makefile:1.317 Thu Jun 2 07:34:39 2022 +++ src/usr.bin/make/unit-tests/Makefile Fri Jun 10 21:28:50 2022 @@ -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:,'