Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932229AbcDYMHi (ORCPT ); Mon, 25 Apr 2016 08:07:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:35313 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754372AbcDYMHg (ORCPT ); Mon, 25 Apr 2016 08:07:36 -0400 Subject: Re: [PATCH] kbuild: drop redundant "PHONY += FORCE" To: Masahiro Yamada References: <1460081770-29437-1-git-send-email-yamada.masahiro@socionext.com> <20160420084710.GF15339@pobox.suse.cz> Cc: Fenghua Yu , Tony Luck , Russell King , Linux Kbuild mailing list , Linux Kernel Mailing List , linux-ia64@vger.kernel.org, Guan Xuetao , linux-arm-kernel From: Michal Marek Message-ID: <571E0883.5020904@suse.cz> Date: Mon, 25 Apr 2016 14:07:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 25 On 2016-04-20 10:56, Masahiro Yamada wrote: > Hi Michal, > > 2016-04-20 17:47 GMT+09:00 Michal Marek : >> On Fri, Apr 08, 2016 at 11:16:10AM +0900, Masahiro Yamada wrote: >>> "PHONY += FORCE" is already cared by scripts/Makefile.build, >>> which these files are included from. >> >> arch/ia64/Makefile is in fact included via the main Makefile. But this >> one also has the PHONY += FORCE statement. Maybe we should initialize >> PHONY with FORCE in Kbuild.include. Nevertheless, this patch is correct. >> >> Michal > > Ah, right. > > If it is not too late and you do not mind, > could you rephrase the git-log? Hi Masahiro, I'd rather not rewrite the git log. It was just a minor nitpick and there is not so much going on in arch/ia64 to cause confusion. Michal