Module Name:    src
Committed By:   rillig
Date:           Tue Jul 28 19:19:30 UTC 2020

Modified Files:
        src/usr.bin/make/unit-tests: directives.mk

Log Message:
make(1): add test about possibly ambiguous suffix rule


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/make/unit-tests/directives.mk

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/directives.mk
diff -u src/usr.bin/make/unit-tests/directives.mk:1.3 src/usr.bin/make/unit-tests/directives.mk:1.4
--- src/usr.bin/make/unit-tests/directives.mk:1.3	Tue Jul 28 18:25:33 2020
+++ src/usr.bin/make/unit-tests/directives.mk	Tue Jul 28 19:19:30 2020
@@ -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

Reply via email to