On Wed, May 15, 2013 at 4:18 AM, Paul Smith <psm...@gnu.org> wrote:
> However I have no problem making this something non-fatal.  I think it
> would be better to keep some kind of message, since otherwise it may be
> very confusing to users as to why make is silently ignoring some files.
> Obviously the current message is not appropriate.  Something that
> mentions the filename at least, and maybe the directory (on Windows; on
> other systems we don't have that information available)?

Given that this is a Windows-specific problem, couldn't the fallback
be that make switches over to native calls (FindXXXFile or
QueryDirectory or whatever) to read the problem directory? Or even
fork a shell and run "dir"? That would be ugly and a lot of work but
it might be the only real fix for the problem, which I gather is rare.
In fact maybe this search could always use the native API instead of
opendir/readdir?

David

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to