Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Matt Rice <ratmice@gmail.com>
To: gdb-patches@sourceware.org
Subject: [patch] disappearing corethreads.{exp,c} in in-tree build
Date: Thu, 21 Jul 2011 20:35:00 -0000	[thread overview]
Message-ID: <CACTLOFrGKCaTLdutDdzBosrWaQQSeWckddbJDCCzqZNX5o_fpA@mail.gmail.com> (raw)

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

             reply	other threads:[~2011-07-21 20:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 20:35 Matt Rice [this message]
2011-07-22  1:54 ` Tom Tromey
2011-07-22  2:05   ` Matt Rice

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=CACTLOFrGKCaTLdutDdzBosrWaQQSeWckddbJDCCzqZNX5o_fpA@mail.gmail.com \
    --to=ratmice@gmail.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