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 make(1): use consistent spelling for...



details:   https://anonhg.NetBSD.org/src/rev/6c91742cdb70
branches:  trunk
changeset: 938417:6c91742cdb70
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Sep 07 18:43:59 2020 +0000

description:
make(1): use consistent spelling for postprocessing

diffstat:

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

diffs (27 lines):

diff -r 8e646396096d -r 6c91742cdb70 usr.bin/make/unit-tests/Makefile
--- a/usr.bin/make/unit-tests/Makefile  Mon Sep 07 18:40:32 2020 +0000
+++ b/usr.bin/make/unit-tests/Makefile  Mon Sep 07 18:43:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2020/09/05 12:59:07 rillig Exp $
+# $NetBSD: Makefile,v 1.137 2020/09/07 18:43:59 rillig Exp $
 #
 # Unit tests for make(1)
 #
@@ -372,7 +372,7 @@
 FLAGS.varname-dot-shell= -dpv
 FLAGS.varname-empty=   -dv '$${:U}=cmdline-u' '=cmline-plain'
 
-# Some tests need extra post-processing.
+# Some tests need extra postprocessing.
 SED_CMDS.opt-debug-graph1= \
                        -e 's,${.CURDIR},CURDIR,'
 SED_CMDS.opt-debug-graph1+= \
@@ -446,7 +446,7 @@
        echo $$status > ${.TARGET:R}.status
        @mv ${.TARGET}.tmp ${.TARGET}
 
-# Post-process the test output so that the results can be compared.
+# Postprocess the test output so that the results can be compared.
 #
 # 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