[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch to fix features/archives test 10 on sunos
From: |
Paul Smith |
Subject: |
Re: patch to fix features/archives test 10 on sunos |
Date: |
Tue, 10 Sep 2019 12:35:18 -0400 |
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!