From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 114409 invoked by alias); 14 Apr 2015 20:43:49 -0000 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 Received: (qmail 114398 invoked by uid 89); 14 Apr 2015 20:43:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: bes.se.axis.com Received: from bes.se.axis.com (HELO bes.se.axis.com) (195.60.68.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Apr 2015 20:43:47 +0000 Received: from localhost (localhost [127.0.0.1]) by bes.se.axis.com (Postfix) with ESMTP id 6F90E2E3CF; Tue, 14 Apr 2015 22:43:45 +0200 (CEST) Received: from bes.se.axis.com ([IPv6:::ffff:127.0.0.1]) by localhost (bes.se.axis.com [::ffff:127.0.0.1]) (amavisd-new, port 10024) with LMTP id lXx5s+hbOKHM; Tue, 14 Apr 2015 22:43:43 +0200 (CEST) Received: from boulder.se.axis.com (boulder.se.axis.com [10.0.2.104]) by bes.se.axis.com (Postfix) with ESMTP id 9B7422E3B3; Tue, 14 Apr 2015 22:43:43 +0200 (CEST) Received: from boulder.se.axis.com (localhost [127.0.0.1]) by postfix.imss71 (Postfix) with ESMTP id 8457FFB4; Tue, 14 Apr 2015 22:43:43 +0200 (CEST) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by boulder.se.axis.com (Postfix) with ESMTP id 788F9B6E; Tue, 14 Apr 2015 22:43:43 +0200 (CEST) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 6D0DA3E049; Tue, 14 Apr 2015 22:43:43 +0200 (CEST) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id t3EKhhBc006076; Tue, 14 Apr 2015 22:43:43 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id t3EKhfbw006072; Tue, 14 Apr 2015 22:43:42 +0200 Date: Tue, 14 Apr 2015 20:43:00 -0000 Message-Id: <201504142043.t3EKhfbw006072@ignucius.se.axis.com> From: Hans-Peter Nilsson To: vapier@gentoo.org CC: gdb-patches@sourceware.org In-reply-to: <20150414152920.GB872@vapier> (message from Mike Frysinger on Tue, 14 Apr 2015 17:29:20 +0200) Subject: Re: breakage with "switch to gdb version script" MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2015-04/txt/msg00538.txt.bz2 > From: Mike Frysinger > Date: Tue, 14 Apr 2015 17:29:20 +0200 > On 13 Apr 2015 16:35, Hans-Peter Nilsson wrote: > > While that seems pretty trivial, you also need to adjust > > src-release.sh to make sure "./src-release.sh -b sim" works, > > in which a tool-specific create-version.sh is searched. > > this probably does it, but i've never used src-release before ... You use it to create a release-like tarball (example command-line above), check that you can build and install $tool (in this case sim) for any target from it; presto, testing complete. brgds, H-P