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): add test about possibly amb...
details: https://anonhg.NetBSD.org/src/rev/35bfd77506e3
branches: trunk
changeset: 936528:35bfd77506e3
user: rillig <rillig%NetBSD.org@localhost>
date: Tue Jul 28 19:19:30 2020 +0000
description:
make(1): add test about possibly ambiguous suffix rule
diffstat:
usr.bin/make/unit-tests/directives.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 398d8761e5e5 -r 35bfd77506e3 usr.bin/make/unit-tests/directives.mk
--- a/usr.bin/make/unit-tests/directives.mk Tue Jul 28 19:13:49 2020 +0000
+++ b/usr.bin/make/unit-tests/directives.mk Tue Jul 28 19:19:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: directives.mk,v 1.3 2020/07/28 18:25:33 rillig Exp $
+# $NetBSD: directives.mk,v 1.4 2020/07/28 19:19:30 rillig Exp $
#
# Tests for parsing directives, in the same order as in the manual page.
#
@@ -44,7 +44,7 @@
.info indented message
.information
.information message # oops: misspelled
-
+.info.man: # not a message, but a suffix rule
.info begin .undef tests
Home |
Main Index |
Thread Index |
Old Index