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): fix typo in test suff-rebui...
details: https://anonhg.NetBSD.org/src/rev/78fb3cc205e5
branches: trunk
changeset: 977218:78fb3cc205e5
user: rillig <rillig%NetBSD.org@localhost>
date: Sun Oct 18 16:12:39 2020 +0000
description:
make(1): fix typo in test suff-rebuild.mk
diffstat:
usr.bin/make/unit-tests/suff-rebuild.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8287c623b458 -r 78fb3cc205e5 usr.bin/make/unit-tests/suff-rebuild.mk
--- a/usr.bin/make/unit-tests/suff-rebuild.mk Sun Oct 18 16:01:44 2020 +0000
+++ b/usr.bin/make/unit-tests/suff-rebuild.mk Sun Oct 18 16:12:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: suff-rebuild.mk,v 1.1 2020/09/25 18:18:25 rillig Exp $
+# $NetBSD: suff-rebuild.mk,v 1.2 2020/10/18 16:12:39 rillig Exp $
#
# Demonstrates what happens to transformation rules (called inference rules
# by POSIX) when all suffixes are deleted.
@@ -19,7 +19,7 @@
.c:
: from c to nothing
-# XXX: At a quick glance, the code in SuffScanTargets looks at if it were
+# XXX: At a quick glance, the code in SuffScanTargets looks as if it were
# possible to delete the suffixes in the middle of the makefile, add back
# the suffixes from before, and have the transformation rules preserved.
#
Home |
Main Index |
Thread Index |
Old Index