Module Name: src
Committed By: dholland
Date: Wed Aug 5 08:50:42 UTC 2020
Modified Files:
src/usr.bin/make: make.1
Log Message:
Also mention that make dependency operators must be uniform.
This wasn't previously documented, I think.
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/usr.bin/make/make.1
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/make.1
diff -u src/usr.bin/make/make.1:1.285 src/usr.bin/make/make.1:1.286
--- src/usr.bin/make/make.1:1.285 Wed Aug 5 08:43:24 2020
+++ src/usr.bin/make/make.1 Wed Aug 5 08:50:42 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.285 2020/08/05 08:43:24 dholland Exp $
+.\" $NetBSD: make.1,v 1.286 2020/08/05 08:50:42 dholland Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -455,6 +455,8 @@ the target will not be removed if
.Nm
is interrupted.
.El
+All dependency lines mentioning a particular target must use the same
+operator.
.Pp
Targets and sources may contain the shell wildcard values
.Ql \&? ,