Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [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

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