From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Why does the emacs executable depend on SOME_MACHINE_LISP?
Date: Fri, 02 Oct 2009 09:19:39 -0400 [thread overview]
Message-ID: <jwvvdiyylxk.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <3lmy4auvjk.fsf@fencepost.gnu.org> (Glenn Morris's message of "Fri, 02 Oct 2009 03:03:43 -0400")
> I'm curious about the reason for this change:
> 2008-06-20 Stefan Monnier <monnier at iro.umontreal.ca>
> * Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.
> which amounts to adding ${SOME_MACHINE_LISP} to the dependencies of
> emacs${EXEEXT}. AFAICS, it should just depend directly on $lisp and
> DOC. The latter depends on SOME_MACHINE_LISP, so emacs depends on it
> indirectly, but I don't see why you added the direct dependence.
I can't remember what was the reason, but I suspect that
date: 2008-07-03 23:39:37 -0400; author: monnier; state: Exp; lines: +6 -1; commitid: kLQlf04BwIcb9r9t;
(${etc}DOC): Depend on ${lisp} rather than ${shortlisp}.
is a good explanation: when I applied that patch DOC did not depend on
${lisp}. So you're probably right that we can now undo this change to
emacs${EXEEXT}.
I'm curious, tho: why do you ask?
Stefan
next prev parent reply other threads:[~2009-10-02 13:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-02 7:03 Why does the emacs executable depend on SOME_MACHINE_LISP? Glenn Morris
2009-10-02 13:19 ` Stefan Monnier [this message]
2009-10-02 16:24 ` Glenn Morris
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=jwvvdiyylxk.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=rgm@gnu.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.