Clarify $(.PREFIX) / $*. Bump date.
This commit is contained in:
parent
ca255ec20b
commit
35590dfabc
@ -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
|
.\" Copyright (c) 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
@ -29,7 +29,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
|
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
|
||||||
.\"
|
.\"
|
||||||
.Dd June 9, 2010
|
.Dd June 27, 2010
|
||||||
.Dt MAKE 1
|
.Dt MAKE 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -613,9 +613,11 @@ The list of sources for this target that were deemed out-of-date; also
|
|||||||
known as
|
known as
|
||||||
.Ql Va \&? .
|
.Ql Va \&? .
|
||||||
.It Va .PREFIX
|
.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
|
or preceding directory components; also known as
|
||||||
.Ql Va * .
|
.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
|
.It Va .TARGET
|
||||||
The name of the target; also known as
|
The name of the target; also known as
|
||||||
.Ql Va @ .
|
.Ql Va @ .
|
||||||
|
Loading…
Reference in New Issue
Block a user