]> git.ipfire.org Git - thirdparty/make.git/commit
* src/dir.c (dir_contents_file_exists_p): Show dir name in error.
authorPaul Smith <psmith@gnu.org>
Mon, 7 Nov 2022 18:08:11 +0000 (13:08 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 13 Nov 2022 15:39:48 +0000 (10:39 -0500)
commitbb5df351330e677892818bb3c7f962b606082278
tree92b983227fa9b8a4f4ec867d0224b0b677fb7e7f
parent92ab2e642d2c04b3dcb5a736ae6193680bfd5f74
* src/dir.c (dir_contents_file_exists_p): Show dir name in error.

If we fail to read a directory show the directory name in the error
message.  Pass struct directory instead of directory_contents to
allow that.
(dir_file_exists_p): Change dir_contents_file_exists_p caller.
(open_dirstrem): Ditto.
src/dir.c