From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13236 invoked by alias); 19 Sep 2002 10:14:46 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13222 invoked from network); 19 Sep 2002 10:14:40 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 19 Sep 2002 10:14:40 -0000 Received: by fw-cam.cambridge.arm.com; id LAA13598; Thu, 19 Sep 2002 11:14:31 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma013397; Thu, 19 Sep 02 11:14:16 +0100 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [172.16.202.26]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id LAA02438; Thu, 19 Sep 2002 11:14:08 +0100 (BST) Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id g8JAE8B23011; Thu, 19 Sep 2002 11:14:08 +0100 Message-Id: <200209191014.g8JAE8B23011@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: Andrew Cagney cc: Richard.Earnshaw@arm.com, David Carlton , gdb-patches@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. Subject: Re: [RFA] convert blocks to dictionaries, phase 1, main part In-reply-to: Your message of "Wed, 18 Sep 2002 17:07:48 EDT." <3D88EB24.50807@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 19 Sep 2002 03:14:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-09/txt/msg00460.txt.bz2 > >> There is some sed in MAINTAINERS for generating > >> the target list. Richard E, I believe, posted a script for doing all > >> the config's and builds. > > > > > > Maybe we should have a contrib directory where things like this are placed. > > There is src/contrib but who knows who is responsible for that. > src/gdb/contrib or src/gdb/scripts? I'm personally ok with > gdb/gdb_.sh gdb/gdb_mbuild.sh it is then. Installed. I've tweaked my original slightly so that it takes arguments rather than requiring tweaking for your local environment. New syntax is gdb/gdb_mbuild.sh [] Where par_jobs is an optional number of parallel jobs to run (defaults to 1) R.