From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5357 invoked by alias); 22 Jul 2011 01:14:40 -0000 Received: (qmail 5341 invoked by uid 22791); 22 Jul 2011 01:14:39 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yi0-f41.google.com (HELO mail-yi0-f41.google.com) (209.85.218.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jul 2011 01:14:25 +0000 Received: by yia13 with SMTP id 13so1054836yia.0 for ; Thu, 21 Jul 2011 18:14:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.35.165 with SMTP id u25mr1308955yha.188.1311297264878; Thu, 21 Jul 2011 18:14:24 -0700 (PDT) Received: by 10.236.109.131 with HTTP; Thu, 21 Jul 2011 18:14:24 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jul 2011 02:05:00 -0000 Message-ID: Subject: Re: [patch] disappearing corethreads.{exp,c} in in-tree build From: Matt Rice To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00602.txt.bz2 On Thu, Jul 21, 2011 at 1:43 PM, Tom Tromey wrote: >>>>>> "Matt" =3D=3D Matt Rice writes: > > Matt> 2011-07-21 =A0Matt Rice =A0 > Matt> =A0 =A0 =A0 =A0 * gdb.threads/Makefile.in: Avoid globbing corethrea= ds.exp > Matt> =A0 =A0 =A0 =A0 in mostlyclean rule. =A0Add files ending in .core. > > Ok. committed.