Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <Michael.Snyder@palmsource.com>
To: gdb-patches@sourceware.org
Subject: [PATCH] testsuite/Makefile.in remove spurious quotes from sed 	command
Date: Fri, 02 Mar 2007 19:08:00 -0000	[thread overview]
Message-ID: <1172861024.9783.17.camel@localhost.localdomain> (raw)

[-- 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`
  

             reply	other threads:[~2007-03-02 19:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-02 19:08 Michael Snyder [this message]
2007-03-02 19:21 ` Mark Kettenis
2007-03-02 20:30   ` Michael Snyder

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=1172861024.9783.17.camel@localhost.localdomain \
    --to=michael.snyder@palmsource.com \
    --cc=gdb-patches@sourceware.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox