From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:48673 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932937AbcDTIrN (ORCPT ); Wed, 20 Apr 2016 04:47:13 -0400 Date: Wed, 20 Apr 2016 10:47:10 +0200 From: Michal Marek Subject: Re: [PATCH] kbuild: drop redundant "PHONY += FORCE" Message-ID: <20160420084710.GF15339@pobox.suse.cz> References: <1460081770-29437-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460081770-29437-1-git-send-email-yamada.masahiro@socionext.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, Tony Luck , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, Russell King , Guan Xuetao , Fenghua Yu , linux-arm-kernel@lists.infradead.org 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