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 .PATH.suffix:. Noted by apb back in De...



details:   https://anonhg.NetBSD.org/src/rev/27062f57a1c9
branches:  trunk
changeset: 789219:27062f57a1c9
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 11 04:40:58 2013 +0000

description:
Document .PATH.suffix:. Noted by apb back in December of 2008
(that's how long my queue is...)

diffstat:

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

diffs (22 lines):

diff -r e6eb9075e222 -r 27062f57a1c9 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sun Aug 11 04:40:05 2013 +0000
+++ b/usr.bin/make/make.1       Sun Aug 11 04:40:58 2013 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.220 2013/07/30 19:09:57 sjg Exp $
+.\"    $NetBSD: make.1,v 1.221 2013/08/11 04:40:58 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1971,6 +1971,12 @@
 .Ic .DOTLAST
 target, then the current working
 directory is searched last.
+.It Ic .PATH.suffix
+Like
+.Ic .PATH
+but applies only to files with a particular suffix.
+The suffix must have been previously declared with
+.Ic .SUFFIXES .
 .It Ic .PHONY
 Apply the
 .Ic .PHONY



Home | Main Index | Thread Index | Old Index