Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] disappearing corethreads.{exp,c} in in-tree build
@ 2011-07-21 20:35 Matt Rice
  2011-07-22  1:54 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Rice @ 2011-07-21 20:35 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

2011-07-21  Matt Rice  <ratmice@gmail.com>

        * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
        in mostlyclean rule.  Add files ending in .core.

[-- Attachment #2: foo.diff --]
[-- Type: text/x-patch, Size: 633 bytes --]

diff --git a/gdb/testsuite/gdb.threads/Makefile.in b/gdb/testsuite/gdb.threads/Makefile.in
index df70a51..954d547 100644
--- a/gdb/testsuite/gdb.threads/Makefile.in
+++ b/gdb/testsuite/gdb.threads/Makefile.in
@@ -16,7 +16,8 @@ all info install-info dvi install uninstall installcheck check:
 	@echo "Nothing to be done for $@..."
 
 clean mostlyclean:
-	-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core* $(EXECUTABLES) gcore.test
+	-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp core core.* $(EXECUTABLES) \
+	 *.core gcore.test
 
 distclean maintainer-clean realclean: clean
 	-rm -f Makefile config.status config.log config.h gdb.log gdb.sum

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

* Re: [patch] disappearing corethreads.{exp,c} in in-tree build
  2011-07-21 20:35 [patch] disappearing corethreads.{exp,c} in in-tree build Matt Rice
@ 2011-07-22  1:54 ` Tom Tromey
  2011-07-22  2:05   ` Matt Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2011-07-22  1:54 UTC (permalink / raw)
  To: Matt Rice; +Cc: gdb-patches

>>>>> "Matt" == Matt Rice <ratmice@gmail.com> writes:

Matt> 2011-07-21  Matt Rice  <ratmice@gmail.com>
Matt>         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
Matt>         in mostlyclean rule.  Add files ending in .core.

Ok.

Tom


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

* Re: [patch] disappearing corethreads.{exp,c} in in-tree build
  2011-07-22  1:54 ` Tom Tromey
@ 2011-07-22  2:05   ` Matt Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Rice @ 2011-07-22  2:05 UTC (permalink / raw)
  To: Tom Tromey; +Cc: gdb-patches

On Thu, Jul 21, 2011 at 1:43 PM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Matt" == Matt Rice <ratmice@gmail.com> writes:
>
> Matt> 2011-07-21  Matt Rice  <ratmice@gmail.com>
> Matt>         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
> Matt>         in mostlyclean rule.  Add files ending in .core.
>
> Ok.

committed.


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

end of thread, other threads:[~2011-07-22  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-21 20:35 [patch] disappearing corethreads.{exp,c} in in-tree build Matt Rice
2011-07-22  1:54 ` Tom Tromey
2011-07-22  2:05   ` Matt Rice

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