On Tue, 2019-09-10 at 19:17 +0300, Eli Zaretskii wrote: > Btw, I see you added support for dirent.d_type for dirent functions > emulation when compiling with MSVC, but I don't think Make uses this > anywhere, except when building with glibc. In particular, the > HAVE_STRUCT_DIRENT_D_TYPE macro doesn't seem to be referenced > anywhere. Did I miss something?
It's used in both src/dir.c and in lib/glob.c. I believe Windows uses GNU make's embedded lib/glob.c and without this it doesn't properly handle globbing of directories-only by appending "/". Cheers! _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make