From: Glenn Morris <rgm@gnu.org>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: 327@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org
Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS
Date: Tue, 27 May 2008 19:35:30 -0400 [thread overview]
Message-ID: <p3lk1vnwvx.fsf@fencepost.gnu.org> (raw)
In-Reply-To: 868wxv73hy.fsf@lifelogs.com
Ted Zlatanov wrote:
> The change you introduced to lisp/Makefile.in on 2008-05-21 seems to be
> the problem.
I was in no doubt of that. :)
What I don't see is how/where.
> It looks like your changes use some bash features, which might be
> the problem for me (I use zsh, I don't know what Make invokes).
make uses SHELL = /bin/sh.
The problem seems to be in the suffix rule. I don't get it.
The simple test below works for me. Does it work for you? Save to
lisp/XXX directory, and do `make -f XXX compile-main'. If it fails,
the make -d output for calc-aent.elc ought to be informative. If it
works, then I don't see what is wrong with the normal lisp/Makefile...
PS your mail went to the wrong addresses. Rather than:
327@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org
it went to emacs-pretest-bug@gnu.org and emacs-devel@gnu.org
with a Followup-To: gmane.emacs.devel.
Or at least, the copy I actually ended up reading did (there are often
multiple copies of things flying around these days).
SHELL = /bin/sh # works for me with /bin/zsh too
EMACS = ../src/emacs
EMACSOPT = -batch --no-site-file --multibyte
lisp = $(PWD)
emacs = EMACSLOADPATH=$(lisp) LC_ALL=C $(EMACS) $(EMACSOPT)
ELCFILES = \
$(lisp)/abbrev.elc \
$(lisp)/calc/calc-aent.elc
compile-main: $(ELCFILES)
.SUFFIXES: .elc .el
.el.elc:
@echo Compiling $<
@$(emacs) -f batch-byte-compile $<
next prev parent reply other threads:[~2008-05-27 23:35 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-27 16:06 23.0.60; make bootstrap fails from CVS Teodor Zlatanov
2008-05-27 19:53 ` bug#327: " Glenn Morris
2008-05-27 23:04 ` Ted Zlatanov
2008-05-27 23:35 ` Glenn Morris
2008-05-27 23:35 ` Glenn Morris [this message]
2008-05-28 14:15 ` Ted Zlatanov
2008-05-28 17:41 ` Glenn Morris
2008-05-28 17:41 ` Glenn Morris
2008-05-28 18:35 ` Ted Zlatanov
2008-05-28 19:05 ` Glenn Morris
2008-06-02 20:27 ` Ted Zlatanov
2008-06-02 21:16 ` Glenn Morris
2008-06-03 17:18 ` Ted Zlatanov
2008-06-03 18:18 ` Glenn Morris
2008-06-03 19:06 ` Ted Zlatanov
2008-06-03 20:01 ` Glenn Morris
2008-06-04 15:25 ` Ted Zlatanov
2008-06-04 18:34 ` Glenn Morris
2008-06-04 19:54 ` Ted Zlatanov
2008-05-27 19:53 ` Glenn Morris
-- strict thread matches above, loose matches on Subject: below --
2008-05-27 16:06 Teodor Zlatanov
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=p3lk1vnwvx.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=327@emacsbugs.donarmstrong.com \
--cc=emacs-pretest-bug@gnu.org \
--cc=tzz@lifelogs.com \
/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.