mirror of
https://https.git.savannah.gnu.org/git/make.git
synced 2026-01-27 01:44:30 +00:00
* doc/make.texi: [SV 66974] Explain unmatched include glob patterns
This commit is contained in:
parent
f6f97956e4
commit
365a939d7c
@ -1259,8 +1259,11 @@ include @var{filenames}@dots{}
|
||||
@end example
|
||||
|
||||
@noindent
|
||||
@var{filenames} can contain shell file name patterns. If
|
||||
@var{filenames} is empty, nothing is included and no error is printed.
|
||||
If @var{filenames} is empty, nothing is included and no error is printed.
|
||||
@var{filenames} can contain shell file name patterns. If no files match the
|
||||
pattern, then @code{make} will treat the pattern as a filename and try to
|
||||
include it (and attempt to rebuild if it doesn't exist--@ref{Remaking
|
||||
Makefiles, , How Makefiles Are Remade}).
|
||||
@cindex shell file name pattern (in @code{include})
|
||||
@cindex shell wildcards (in @code{include})
|
||||
@cindex wildcard, in @code{include}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user