mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
(construct_vpath_list): Correct the argument names in the commentary.
This commit is contained in:
parent
b6f45ddc53
commit
f4d9937274
1 changed files with 3 additions and 3 deletions
6
vpath.c
6
vpath.c
|
@ -137,7 +137,7 @@ build_vpath_lists ()
|
|||
}
|
||||
}
|
||||
|
||||
/* Construct the VPATH listing for the pattern and searchpath given.
|
||||
/* Construct the VPATH listing for the PATTERN and DIRPATH given.
|
||||
|
||||
This function is called to generate selective VPATH lists and also for
|
||||
the general VPATH list (which is in fact just a selective VPATH that
|
||||
|
@ -145,9 +145,9 @@ build_vpath_lists ()
|
|||
linked list of all selective VPATH lists or in the GENERAL_VPATH
|
||||
variable.
|
||||
|
||||
If SEARCHPATH is nil, remove all previous listings with the same
|
||||
If DIRPATH is nil, remove all previous listings with the same
|
||||
pattern. If PATTERN is nil, remove all VPATH listings. Existing
|
||||
and readable directories that are not "." given in the searchpath
|
||||
and readable directories that are not "." given in the DIRPATH
|
||||
separated by the path element separator (defined in make.h) are
|
||||
loaded into the directory hash table if they are not there already
|
||||
and put in the VPATH searchpath for the given pattern with trailing
|
||||
|
|
Loading…
Reference in a new issue