mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
(Options/Recursion): Correction: -I is indeed passed in MAKEFLAGS.
This commit is contained in:
parent
f8eb0fc41b
commit
e8325b9be2
1 changed files with 7 additions and 9 deletions
16
make.texinfo
16
make.texinfo
|
@ -8,10 +8,11 @@
|
||||||
@c FSF publishers: format makebook.texi instead of using this file directly.
|
@c FSF publishers: format makebook.texi instead of using this file directly.
|
||||||
|
|
||||||
@set RCSID $Id$
|
@set RCSID $Id$
|
||||||
@set EDITION 0.47
|
@set EDITION 0.48
|
||||||
@set VERSION 3.72 Beta
|
@set VERSION 3.73 Beta
|
||||||
@set UPDATED 1 November 1994
|
@set UPDATED 4 April 1995
|
||||||
@set UPDATE-MONTH November 1994
|
@set UPDATE-MONTH April 1995
|
||||||
|
@comment The ISBN number might need to change on next publication.
|
||||||
@set ISBN 1-882114-50-7
|
@set ISBN 1-882114-50-7
|
||||||
|
|
||||||
@c finalout
|
@c finalout
|
||||||
|
@ -3294,23 +3295,20 @@ definitions just as if they appeared on the command line.
|
||||||
|
|
||||||
@cindex @code{-C}, and recursion
|
@cindex @code{-C}, and recursion
|
||||||
@cindex @code{-f}, and recursion
|
@cindex @code{-f}, and recursion
|
||||||
@cindex @code{-I}, and recursion
|
|
||||||
@cindex @code{-o}, and recursion
|
@cindex @code{-o}, and recursion
|
||||||
@cindex @code{-W}, and recursion
|
@cindex @code{-W}, and recursion
|
||||||
@cindex @code{--directory}, and recursion
|
@cindex @code{--directory}, and recursion
|
||||||
@cindex @code{--file}, and recursion
|
@cindex @code{--file}, and recursion
|
||||||
@cindex @code{--include-dir}, and recursion
|
|
||||||
@cindex @code{--old-file}, and recursion
|
@cindex @code{--old-file}, and recursion
|
||||||
@cindex @code{--assume-old}, and recursion
|
@cindex @code{--assume-old}, and recursion
|
||||||
@cindex @code{--assume-new}, and recursion
|
@cindex @code{--assume-new}, and recursion
|
||||||
@cindex @code{--new-file}, and recursion
|
@cindex @code{--new-file}, and recursion
|
||||||
@cindex recursion, and @code{-C}
|
@cindex recursion, and @code{-C}
|
||||||
@cindex recursion, and @code{-f}
|
@cindex recursion, and @code{-f}
|
||||||
@cindex recursion, and @code{-I}
|
|
||||||
@cindex recursion, and @code{-o}
|
@cindex recursion, and @code{-o}
|
||||||
@cindex recursion, and @code{-W}
|
@cindex recursion, and @code{-W}
|
||||||
The options @samp{-C}, @samp{-f}, @samp{-I}, @samp{-o}, and @samp{-W}
|
The options @samp{-C}, @samp{-f}, @samp{-o}, and @samp{-W} are not put
|
||||||
are not put into @code{MAKEFLAGS}; these options are not passed down.@refill
|
into @code{MAKEFLAGS}; these options are not passed down.@refill
|
||||||
|
|
||||||
@cindex @code{-j}, and recursion
|
@cindex @code{-j}, and recursion
|
||||||
@cindex @code{--jobs}, and recursion
|
@cindex @code{--jobs}, and recursion
|
||||||
|
|
Loading…
Reference in a new issue