all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stephen Leake <stephen_leake@stephe-leake.org>
Cc: emacs-devel@gnu.org
Subject: Re: updating macuvs.h?
Date: Fri, 16 Jan 2015 22:21:47 +0200	[thread overview]
Message-ID: <83a91i1nok.fsf@gnu.org> (raw)
In-Reply-To: <85egqu7b2x.fsf@stephe-leake.org>

> From: Stephen Leake <stephen_leake@stephe-leake.org>
> 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:
> 
> stephe@takver$ 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	other threads:[~2015-01-16 20:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-13 20:58 updating macuvs.h? Stephen Leake
2015-01-13 21:11 ` Paul Eggert
2015-01-14  3:44 ` Eli Zaretskii
2015-01-14 20:43   ` Stephen Leake
2015-01-15  3:48     ` Eli Zaretskii
2015-01-15 15:56       ` Eli Zaretskii
2015-01-16 19:57         ` Stephen Leake
2015-01-16 20:21           ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83a91i1nok.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=stephen_leake@stephe-leake.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.