Clarify $(.PREFIX) / $*. Bump date.

This commit is contained in:
dholland 2010-06-27 00:06:32 +00:00
parent ca255ec20b
commit 35590dfabc

View File

@ -1,4 +1,4 @@
.\" $NetBSD: make.1,v 1.176 2010/06/10 18:35:22 wiz Exp $
.\" $NetBSD: make.1,v 1.177 2010/06/27 00:06:32 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 9, 2010
.Dd June 27, 2010
.Dt MAKE 1
.Os
.Sh NAME
@ -613,9 +613,11 @@ The list of sources for this target that were deemed out-of-date; also
known as
.Ql Va \&? .
.It Va .PREFIX
The file prefix of the file, containing only the file portion, no suffix
The file prefix of the target, containing only the file portion, no suffix
or preceding directory components; also known as
.Ql Va * .
This is the string that was left over when matching a particular
suffix rule and is not defined in explicit rules.
.It Va .TARGET
The name of the target; also known as
.Ql Va @ .