Module Name:    src
Committed By:   dholland
Date:           Wed Jun 30 01:03:54 UTC 2010

Modified Files:
        src/usr.bin/make: make.1

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 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.178 src/usr.bin/make/make.1:1.179
--- src/usr.bin/make/make.1:1.178	Sun Jun 27 00:53:32 2010
+++ src/usr.bin/make/make.1	Wed Jun 30 01:03:54 2010
@@ -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

Reply via email to