* [PATCH] testsuite/Makefile.in remove spurious quotes from sed command
@ 2007-03-02 19:08 Michael Snyder
2007-03-02 19:21 ` Mark Kettenis
0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2007-03-02 19:08 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: testsuite --]
[-- Type: text/plain, Size: 893 bytes --]
2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
* Makefile.in: Remove spurious single-quotes from sed command.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v
retrieving revision 1.16
diff -p -r1.16 Makefile.in
*** Makefile.in 23 Jan 2007 17:11:54 -0000 1.16
--- Makefile.in 2 Mar 2007 18:40:33 -0000
*************** RUNTEST_FOR_TARGET = `\
*** 55,61 ****
if [ "$(host_canonical)" = "$(target_canonical)" ]; then \
echo runtest; \
else \
! t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \
fi; \
fi`
--- 55,61 ----
if [ "$(host_canonical)" = "$(target_canonical)" ]; then \
echo runtest; \
else \
! t='$(program_transform_name)'; echo runtest | sed -e $$t; \
fi; \
fi`
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] testsuite/Makefile.in remove spurious quotes from sed command
2007-03-02 19:08 [PATCH] testsuite/Makefile.in remove spurious quotes from sed command Michael Snyder
@ 2007-03-02 19:21 ` Mark Kettenis
2007-03-02 20:30 ` Michael Snyder
0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2007-03-02 19:21 UTC (permalink / raw)
To: Michael.Snyder; +Cc: gdb-patches
> From: Michael Snyder <Michael.Snyder@palmsource.com>
> Date: Fri, 02 Mar 2007 10:43:44 -0800
Hey Michael,
The attachmentment you sent was encoded as UTF-8, which is a bit
inconvenient for a dinasour like me that's still using a (mostly)
MIME-unaware mail reader. And probably not what you intended to do in
the first place.
Take care,
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] testsuite/Makefile.in remove spurious quotes from sed command
2007-03-02 19:21 ` Mark Kettenis
@ 2007-03-02 20:30 ` Michael Snyder
0 siblings, 0 replies; 3+ messages in thread
From: Michael Snyder @ 2007-03-02 20:30 UTC (permalink / raw)
To: Mark Kettenis; +Cc: gdb-patches
On Fri, 2007-03-02 at 20:20 +0100, Mark Kettenis wrote:
> > From: Michael Snyder <Michael.Snyder@palmsource.com>
> > Date: Fri, 02 Mar 2007 10:43:44 -0800
>
> Hey Michael,
>
> The attachmentment you sent was encoded as UTF-8, which is a bit
> inconvenient for a dinasour like me that's still using a (mostly)
> MIME-unaware mail reader. And probably not what you intended to do in
> the first place.
Oops, thanks, let me look into that.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-02 20:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-02 19:08 [PATCH] testsuite/Makefile.in remove spurious quotes from sed command Michael Snyder
2007-03-02 19:21 ` Mark Kettenis
2007-03-02 20:30 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox