Fix bugs in the previous revision.

This commit is contained in:
Ruslan Ermilov 2008-03-24 09:47:44 +00:00
parent cf7a8ff3b7
commit 8c9dc249d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177541

View file

@ -32,7 +32,7 @@
.\" @(#)make.1 8.8 (Berkeley) 6/13/95
.\" $FreeBSD$
.\"
.Dd March 5, 2008
.Dd March 24, 2008
.Dt MAKE 1
.Os
.Sh NAME
@ -1314,9 +1314,10 @@ selects the default target, to give the user a way to refer to the default
target on the command line.
.It Ic .MAKEFILEDEPS
Enable the
.Dq Li Remaking Makefiles
functionality.
See below.
.Dq Remaking Makefiles
functionality, as explained in the
.Sx REMAKING MAKEFILES
section below.
.It Ic .MAKEFLAGS
This target provides a way to specify flags for
.Nm
@ -1388,8 +1389,10 @@ Targets with this attribute are always
considered to be out of date.
.It Ic .POSIX
Adjust
.Mn 's
behavior to match the applicable POSIX specifications.
.Nm Ap s
behavior to match the applicable
.Tn POSIX
specifications.
.It Ic .PRECIOUS
Apply the
.Ic .PRECIOUS
@ -1558,7 +1561,7 @@ If the special target
exists in the Makefile,
.Nm
enables the
.Dq Li Remaking Makefiles
.Dq Remaking Makefiles
feature.
After reading Makefile and all the files that are included using
.Ic .include
@ -1649,7 +1652,9 @@ used
.Ev MAKE
instead of
.Ev MAKEFLAGS .
This was removed for POSIX compatibility.
This was removed for
.Tn POSIX
compatibility.
The internal variable
.Va MAKE
is set to the same value as