Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933009AbcDTIrR (ORCPT ); Wed, 20 Apr 2016 04:47:17 -0400 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 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 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> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 390 Lines: 9 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