Move a stray paragraph on .Ev MAKEFLAGS to where it belongs.

This commit is contained in:
yar 2008-03-04 11:28:54 +00:00
parent cc0a8f6a98
commit 80cc01776a

View File

@ -667,6 +667,20 @@ command line, except for
are appended to the
.Va .MAKEFLAGS
variable.
.Pp
When passing macro definitions and flag arguments in the
.Ev MAKEFLAGS
environment variable,
space and tab characters are quoted by preceding them with a backslash.
When reading the
.Ev MAKEFLAGS
variable from the environment,
all sequences of a backslash and one of space or tab
are replaced just with their second character
without causing a word break.
Any other occurrences of a backslash are retained.
Groups of unquoted space, tab and newline characters cause word
breaking.
.It Va .MAKEFLAGS
Initially, this global variable contains
.Nm Ns 's
@ -731,20 +745,6 @@ can appear in
only if added by the makefile itself;
it will affect sub-makes only, via
.Ev MAKEFLAGS .
.Pp
When passing macro definitions and flag arguments in the
.Ev MAKEFLAGS
environment variable,
space and tab characters are quoted by preceding them with a backslash.
When reading the
.Ev MAKEFLAGS
variable from the environment,
all sequences of a backslash and one of space or tab
are replaced just with their second character
without causing a word break.
Any other occurrences of a backslash are retained.
Groups of unquoted space, tab and newline characters cause word
breaking.
.It Va MFLAGS
This variable is provided for backward compatibility and
contains all the options from the