Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests tests/make: reword comment in Makefi...



details:   https://anonhg.NetBSD.org/src/rev/ecde29a84722
branches:  trunk
changeset: 366715:ecde29a84722
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Jun 10 21:28:50 2022 +0000

description:
tests/make: reword comment in Makefile to be more specific

diffstat:

 usr.bin/make/unit-tests/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 26d1916c7533 -r ecde29a84722 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Fri Jun 10 18:58:07 2022 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Fri Jun 10 21:28:50 2022 +0000
@@ -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 @@
        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:,'



Home | Main Index | Thread Index | Old Index