Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Document that suffix rules are not applied to P...



details:   https://anonhg.NetBSD.org/src/rev/227b8520eb0a
branches:  trunk
changeset: 755941:227b8520eb0a
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jun 30 01:03:54 2010 +0000

description:
Document that suffix rules are not applied to PHONY targets, and also
document the .TARGETS builtin variable, which has existed since 4.4 days.
Bump date. Arises from discussion in PR 43502.

diffstat:

 usr.bin/make/make.1 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r b4366e0e313d -r 227b8520eb0a usr.bin/make/make.1
--- a/usr.bin/make/make.1       Wed Jun 30 00:25:04 2010 +0000
+++ b/usr.bin/make/make.1       Wed Jun 30 01:03:54 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.178 2010/06/27 00:53:32 dholland Exp $
+.\"    $NetBSD: make.1,v 1.179 2010/06/30 01:03:54 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"
-.Dd June 27, 2010
+.Dd June 30, 2010
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -892,6 +892,8 @@
 for all programs which
 .Nm
 executes.
+.It Ev .TARGETS
+The list of targets explicitly specified on the command line, if any.
 .It Ev VPATH
 Colon-separated
 .Pq Dq \&:
@@ -1630,6 +1632,9 @@
 and will not be created with the
 .Fl t
 option.
+Suffix-transformation rules are not applied to
+.Ic .PHONY
+targets.
 .It Ic .PRECIOUS
 When
 .Nm



Home | Main Index | Thread Index | Old Index