emacs-devel
[Top][All Lists]
Advanced

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

Re: updating macuvs.h?


From: Eli Zaretskii
Subject: Re: updating macuvs.h?
Date: Fri, 16 Jan 2015 22:21:47 +0200

> From: Stephen Leake <address@hidden>
> Date: Fri, 16 Jan 2015 13:57:26 -0600
> 
> This 'git pull' resulted in re-running configure; I suspect src/macuvs.h
> will always be rebuilt when that happens.

No, running configure doesn't trigger rebuilding that file, at least
not for me.

> It now generates Unix line endings, but git complains about the
> permissions:
> 
> address@hidden git diff src/macuvs.h
> diff --git a/src/macuvs.h b/src/macuvs.h
> old mode 100644
> new mode 100755

Doesn't happen to me.

> My MinGW64 shell has umask set properly:
> 
> $ umask
> 0022
> $ umask -S
> u=rwx,g=rx,o=rx
> 
> So this is being overridden by Emacs.

The native build of Emacs has no way of setting the execute bit,
because it doesn't exist in the filesystem, as far as Emacs is
concerned.  So some other factor is at work here.

My MSYS umask is 0000, FWIW.



reply via email to

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