From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73470 invoked by alias); 8 Nov 2016 13:23:13 -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 73448 invoked by uid 89); 8 Nov 2016 13:23:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=HTo:U*macro, 20161108 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Nov 2016 13:23:02 +0000 Received: by simark.ca (Postfix, from userid 33) id D6A961E75C; Tue, 8 Nov 2016 08:23:00 -0500 (EST) To: "Maciej W. Rozycki" Subject: Re: [PING][PATCH] Restore the order of file lists in features/Makefile X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 08 Nov 2016 13:23:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: References: Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00164.txt.bz2 On 2016-11-08 03:48, Maciej W. Rozycki wrote: > On Fri, 28 Oct 2016, Maciej W. Rozycki wrote: > >> gdb/ >> * features/Makefile: Restore the alphabetic order of expedite >> register and XML file lists. > > Can I ask for to be > reviewed? > > Maciej I am in favor of this patch. I also think we should clean up the file lists in the main gdb Makefile, to have one file per line and sorted alphabetically. Simon