mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-24 21:04:00 +00:00
* doc/make.texi (Include): Update behavior for missing included files
This commit is contained in:
parent
a80b0096f5
commit
f4f353bb54
1 changed files with 5 additions and 6 deletions
|
@ -1280,12 +1280,11 @@ hierarchy.})
|
|||
@file{/usr/gnu/include},
|
||||
@file{/usr/local/include}, @file{/usr/include}.
|
||||
|
||||
If an included makefile cannot be found in any of these directories, a
|
||||
warning message is generated, but it is not an immediately fatal error;
|
||||
processing of the makefile containing the @code{include} continues.
|
||||
Once it has finished reading makefiles, @code{make} will try to remake
|
||||
any that are out of date or don't exist.
|
||||
@xref{Remaking Makefiles, ,How Makefiles Are Remade}.
|
||||
If an included makefile cannot be found in any of these directories it
|
||||
is not an immediately fatal error; processing of the makefile
|
||||
containing the @code{include} continues. Once it has finished reading
|
||||
makefiles, @code{make} will try to remake any that are out of date or
|
||||
don't exist. @xref{Remaking Makefiles, ,How Makefiles Are Remade}.
|
||||
Only after it has tried to find a way to remake a makefile and failed,
|
||||
will @code{make} diagnose the missing makefile as a fatal error.
|
||||
|
||||
|
|
Loading…
Reference in a new issue