emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CHECK_STRUCTS/dmpstruct.h mechanism is broken.


From: Paul Eggert
Subject: Re: CHECK_STRUCTS/dmpstruct.h mechanism is broken.
Date: Tue, 23 Apr 2019 09:28:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

On 4/22/19 11:25 PM, Eli Zaretskii wrote:
> Does this assume we could have both Makefile and makefile in the same
> directory?  That's false on case-insensitive filesystems.

The 'test -f makefile' prevents 'configure' from overwriting Makefile on
case-insensitive filesystems. So on these systems one needs a
GNU-compatible 'make'.

I didn't think it worth the trouble to work around the problem of using
a 'make' that isn't GNU-compatible on a filesystem that isn't
POSIX-compatible. If someone wants to take the extra trouble to address
that issue then more power to them. I am still of the opinion that this
whole thing is a mistake and that we should stick with what Emacs 25 and
26 do, as that's simpler and will avoid problems such as the one you
mention.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]