summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-10-12 21:44:19 +0000
committerespie <espie@openbsd.org>2012-10-12 21:44:19 +0000
commitc1be97c19de88fe97116b4330ffa0048944a3b3a (patch)
tree42e724a9126a378ccac6cdf47e8cd337cf10c107
parent- implement "revert-buffer", which reverts the current buffer to what's on disk (diff)
downloadwireguard-openbsd-c1be97c19de88fe97116b4330ffa0048944a3b3a.tar.xz
wireguard-openbsd-c1be97c19de88fe97116b4330ffa0048944a3b3a.zip
Document duplicate inference rules. That's posix behavior, and what we do.
-rw-r--r--usr.bin/make/make.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 23b169fe797..7e94424dad7 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.99 2012/10/11 14:56:59 espie Exp $
+.\" $OpenBSD: make.1,v 1.100 2012/10/12 21:44:19 espie Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: October 11 2012 $
+.Dd $Mdocdate: October 12 2012 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -486,6 +486,9 @@ but inference rules already read are still known by
and they are marked as inactive.
Redefining the corresponding suffix (or suffixes) will re-active the rule.
.Pp
+In case of duplicate inference rules with the same suffix combination,
+the new rule overrides the old one.
+.Pp
For maximal portability, suffixes should start with a dot.
.Sh VARIABLE ASSIGNMENTS
Variables in