From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14769 invoked by alias); 22 Feb 2005 16:13:10 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 14735 invoked from network); 22 Feb 2005 16:13:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 22 Feb 2005 16:13:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j1MGD4P8003395; Tue, 22 Feb 2005 11:13:05 -0500 Received: from localhost.redhat.com (vpn50-85.rdu.redhat.com [172.16.50.85]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1MGD3K05234; Tue, 22 Feb 2005 11:13:03 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3B9217D79; Tue, 22 Feb 2005 11:10:03 -0500 (EST) Message-ID: <421B5957.2090704@gnu.org> Date: Tue, 22 Feb 2005 18:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Paul Schlie Cc: Nick Clifton , binutils@sources.redhat.com, gdb-patches@sources.redhat.com, insight@sources.redhat.com, Keith Seitz Subject: Re: [Patch] updated configure.in required to enable insight to build on OSX References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00508.txt.bz2 Paul Schlie wrote: > Actually come to think of it, might there be any quick convenient way > to disable sim, sid, rda, and libgloss from trying to build without > being explicitly enabled (or even prevented if explicitly disabled)? > As I've had to basically manually re-name or remove those directories, > to prevent them from building when not desired? Did you use "cvs update -d" in the top level directory? Neither the BINUTILS, nor GDB modules check any of those directories out. Andrew