From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21392 invoked by alias); 17 Nov 2016 18:54:30 -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 21350 invoked by uid 89); 17 Nov 2016 18:54:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=H*F:D*freebsd.org, baldwin, Baldwin, wondered X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 17 Nov 2016 18:54:27 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 6D03010A735; Thu, 17 Nov 2016 13:54:25 -0500 (EST) From: John Baldwin To: gdb-patches@sourceware.org Cc: Simon Marchi Subject: Re: [PATCH 0/4] Makefile improvements and cleanups Date: Thu, 17 Nov 2016 18:54:00 -0000 Message-ID: <29640938.kQM7iLB2ip@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-PRERELEASE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20161113034625.8237-1-simon.marchi@polymtl.ca> References: <20161113034625.8237-1-simon.marchi@polymtl.ca> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00489.txt.bz2 On Saturday, November 12, 2016 10:46:21 PM Simon Marchi wrote: > The following patches contain a few improvements and cleanups to the gdb > Makefile. The starting point is when I wondered why we had to write individual > rules for each source file that is located in a subdirectory. I think it's > unnecessary verbose, and those rules could be replaced with pattern rules. > That's patch 2. Patch 1 is just a small change to use pattern rules instead > of suffix rules. > > Patches 3 and 4 are cleanups of things that have slightly annoyed me for some > time, and I thought now would be a good time to make those changes. > > Simon Marchi (4): > Makefile: Replace old suffix rules with pattern rules > Makefile: Replace explicit subdir rules with pattern rules > Makefile: Flatten and sort file lists > Normalize names of some source files Are you still planning to push patch 4? I don't currently have any pending patches to the files you have renamed though I do have pending MIPS patches for FreeBSD which are new files (and if you are going to move forward with this I might as well rename them to use the new style of names now). -- John Baldwin