From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16223 invoked by alias); 25 Oct 2007 00:21:17 -0000 Received: (qmail 16141 invoked by uid 22791); 25 Oct 2007 00:21:16 -0000 X-Spam-Check-By: sourceware.org Received: from 216-129-118-140.cust.layer42.net (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 25 Oct 2007 00:21:13 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id B56C53B9A2; Wed, 24 Oct 2007 17:07:14 -0700 (PDT) Subject: Re: Should we install gcore.sh (and a gcore.1 man page)? From: Michael Snyder To: Joel Brobecker Cc: gdb@sourceware.org, Nicolas Bonifas In-Reply-To: <20071024222409.GN11797@adacore.com> References: <1193262980.16917.16.camel@localhost.localdomain> <20071024221008.GM11797@adacore.com> <1193263756.16917.26.camel@localhost.localdomain> <20071024222409.GN11797@adacore.com> Content-Type: text/plain Date: Thu, 25 Oct 2007 00:21:00 -0000 Message-Id: <1193271391.16917.42.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00224.txt.bz2 On Wed, 2007-10-24 at 15:24 -0700, Joel Brobecker wrote: > > > I think it's a useful script to install. My only concern is that > > > not all configurations support the gcore command... > > > > Configure? > > Or maybe check the contents of DEPFILES? If it contains gcore.o, > then install the script, otherwise we don't. That sounds good. Then we would not have to change much except for like Makefile.in and configure.in. Script something like 'cat | grep "gcore\.o"'