Follow-up Comment #4, bug #67195 (group make): The patch in the attachments adds logging of directory search.
$ ~/src/gmake/make/l64/make --debug=s -R
Directory searching for 'all'.
'all' not found by directory search.
Directory searching for '../include/file.x'.
'../include/file.x' matches vpath pattern '%.x'.
Directory searching for '../include/file.x' in '../lib/include'.
Found '../include/file.x' as VPATH '../lib/include/../include/file.x'.
Directory searching for 'file.x'.
'file.x' matches vpath pattern '%.x'.
Directory searching for 'file.x' in '../lib/include'.
Found 'file.x' as VPATH '../lib/include/file.x'.
Directory searching for 'file.x'.
'file.x' matches vpath pattern '%.x'.
Directory searching for 'file.x' in '../lib/include'.
Found 'file.x' as VPATH '../lib/include/file.x'.
make: Nothing to be done for 'all'.
$
Search for libraries has the same logging.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?67195>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
