all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: make bootsrap problems
@ 2008-05-28  7:57 Angelo Graziosi
  2008-05-28  8:02 ` Glenn Morris
  0 siblings, 1 reply; 10+ messages in thread
From: Angelo Graziosi @ 2008-05-28  7:57 UTC (permalink / raw)
  To: emacs-devel; +Cc: rgm

Glenn Morris wrote:

 > 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 = \\

I have GNU/Linux Kubuntu 8.04 and bash:

$ echo $SHELL
/bin/bash

Running the above command from Makefile (make update-elcfiles) prints, 
in temp.sed,

ELCFILES = \\

Instead, running from command line

ELCFILES = \\\


There is a bug somewhere. Perhaps, in 'Hardy' ?


Cheers,
    Angelo.




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-05-29 23:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <18495.14609.229383.543607@fencepost.gnu.org>
2008-05-27  9:56 ` make bootsrap problems Michael Kifer
2008-05-27 10:44   ` David Kastrup
2008-05-27 13:36     ` Espen Wiborg
2008-05-27 19:29       ` Glenn Morris
2008-05-28  0:44         ` Glenn Morris
2008-05-28  1:04           ` Glenn Morris
2008-05-28  7:08             ` Espen Wiborg
2008-05-29 23:25   ` bug#323: marked as done (make bootsrap problems) Emacs bug Tracking System
2008-05-28  7:57 make bootsrap problems Angelo Graziosi
2008-05-28  8:02 ` Glenn Morris

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.