Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make Also mention that make dependency operators mus...



details:   https://anonhg.NetBSD.org/src/rev/77f6914ffb63
branches:  trunk
changeset: 937012:77f6914ffb63
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Aug 05 08:50:42 2020 +0000

description:
Also mention that make dependency operators must be uniform.

This wasn't previously documented, I think.

diffstat:

 usr.bin/make/make.1 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 761dd5a2999d -r 77f6914ffb63 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Wed Aug 05 08:43:24 2020 +0000
+++ b/usr.bin/make/make.1       Wed Aug 05 08:50:42 2020 +0000
@@ -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 @@
 .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 \&? ,



Home | Main Index | Thread Index | Old Index