From: Ted Zlatanov <tzz@lifelogs.com>
To: emacs-devel@gnu.org
Cc: emacs-pretest-bug@gnu.org
Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS
Date: Wed, 28 May 2008 09:15:46 -0500 [thread overview]
Message-ID: <86ej7mfral.fsf@lifelogs.com> (raw)
In-Reply-To: p3lk1vnwvx.fsf@fencepost.gnu.org
On Tue, 27 May 2008 19:35:30 -0400 Glenn Morris <rgm@gnu.org> wrote:
GM> PS your mail went to the wrong addresses. Rather than:
GM> 327@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org
GM> it went to emacs-pretest-bug@gnu.org and emacs-devel@gnu.org
GM> with a Followup-To: gmane.emacs.devel.
GM> Or at least, the copy I actually ended up reading did (there are often
GM> multiple copies of things flying around these days).
I just used M-x report-emacs-bug so I don't know why it was misdirected.
My followup is set to gmane.emacs.devel because that's how I read
emacs-devel, but I thought GMane would automatically route that
appropriately.
>> I think I see what's going on now. I'm guessing you have /bin/sh
>> pointing to zsh. zsh's echo behaves differently from bash's with
>> regards to these backslash escapes:
>>
bash> echo "ELCFILES = \\\\\\" -> ELCFILES = \\\
zsh> echo "ELCFILES = \\\\\\" -> ELCFILES = \\
GM> The following ought to work for everyone. Blech.
GM> (Yes, I know I should be using printf rather than echo, but it isn't
GM> used anywhere else in the Emacs Makefiles, so I don't know if I'm
GM> allowed to.)
Maybe /bin/echo would be better? I don't know the details of what this
does, but it seems pretty gnarly :) You could even do
echo hhh|tr h '\134'
on ASCII systems. Anyhow, it's fixed, thanks a lot for looking at it.
Ted
next prev parent reply other threads:[~2008-05-28 14:15 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 19:53 ` Glenn Morris
2008-05-27 23:04 ` Ted Zlatanov
2008-05-27 23:35 ` Glenn Morris
2008-05-28 14:15 ` Ted Zlatanov [this message]
2008-05-28 17:41 ` Glenn Morris
2008-05-28 18:35 ` Ted Zlatanov
2008-05-28 19:05 ` Glenn Morris
2008-05-28 17:41 ` 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 23:35 ` 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=86ej7mfral.fsf@lifelogs.com \
--to=tzz@lifelogs.com \
--cc=emacs-devel@gnu.org \
--cc=emacs-pretest-bug@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.