From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85971 invoked by alias); 21 Jun 2019 13:19:12 -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 85963 invoked by uid 89); 21 Jun 2019 13:19:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Jun 2019 13:19:11 +0000 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 86D7B308218D; Fri, 21 Jun 2019 13:19:10 +0000 (UTC) Received: from blade.nx (unknown [10.36.118.92]) by smtp.corp.redhat.com (Postfix) with ESMTP id 53E0719C4F; Fri, 21 Jun 2019 13:19:10 +0000 (UTC) Received: by blade.nx (Postfix, from userid 1000) id E93B3816CD3E; Fri, 21 Jun 2019 14:10:20 +0100 (BST) Date: Fri, 21 Jun 2019 13:19:00 -0000 From: Gary Benson To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [OB PATCH] Fix gnulib/update-gnulib.sh Message-ID: <20190621131019.GA9536@blade.nx> References: <1561119986-23683-1-git-send-email-gbenson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1561119986-23683-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00419.txt.bz2 Gary Benson wrote: > This commit fixes two paths in update-gnulib.sh that weren't > updated when gnulib was moved to toplevel. Tom, even the changes I committed I'm not convinced update-gnulib.sh is working 100% correctly. Running it as-is (i.e. "updating" to the version we already have) changes a bunch of autotools files, and I can't figure out why. Could you have a quick look at what it's changing and let me know if the changes below are something I should be checking in, or, if not, what it is I need to update cleanly. Thanks, Gary