Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Make sim's RUNTEST overridable
@ 2007-02-16 17:26 Thiemo Seufer
  2007-02-16 18:07 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2007-02-16 17:26 UTC (permalink / raw)
  To: gdb-patches

Hello All,

the appended patch adds RUNTEST to *FLAGS_TO_PASS, this allows to
override the runtest to use from the make command line.

Ok to apply?


Thiemo


2007-02-16  Thiemo Seufer  <ths@mips.com>

	* Makefile.in (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS): Add RUNTEST.


Index: sim/Makefile.in
===================================================================
RCS file: /cvsroot/gcc/upstream-src-cvs/src/sim/Makefile.in,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile.in
--- sim/Makefile.in	9 Jan 2007 17:59:15 -0000	1.11
+++ sim/Makefile.in	16 Feb 2007 17:12:36 -0000
@@ -97,6 +97,7 @@ FLAGS_TO_PASS = \
 	"INSTALL=$(INSTALL)" \
 	"INSTALL_DATA=$(INSTALL_DATA)" \
 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
+	"RUNTEST=$(RUNTEST)" \
 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
 	"SHELL=$(SHELL)"
 
@@ -120,6 +121,7 @@ TARGET_FLAGS_TO_PASS = \
 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
 	"INSTALL_DATA=$(INSTALL_DATA)" \
 	"MAKEINFO=$(MAKEINFO)" \
+	"RUNTEST=$(RUNTEST)" \
 	"RUNTESTFLAGS=$(RUNTESTFLAGS)"
 
 


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

* Re: [PATCH] Make sim's RUNTEST overridable
  2007-02-16 17:26 [PATCH] Make sim's RUNTEST overridable Thiemo Seufer
@ 2007-02-16 18:07 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2007-02-16 18:07 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: gdb-patches

On Fri, Feb 16, 2007 at 05:21:18PM +0000, Thiemo Seufer wrote:
> Hello All,
> 
> the appended patch adds RUNTEST to *FLAGS_TO_PASS, this allows to
> override the runtest to use from the make command line.
> 
> Ok to apply?

OK.

-- 
Daniel Jacobowitz
CodeSourcery


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

end of thread, other threads:[~2007-02-16 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16 17:26 [PATCH] Make sim's RUNTEST overridable Thiemo Seufer
2007-02-16 18:07 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox