Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754583AbcDTI3U (ORCPT ); Wed, 20 Apr 2016 04:29:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:47839 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753346AbcDTI3R (ORCPT ); Wed, 20 Apr 2016 04:29:17 -0400 Subject: Re: [PATCH] kbuild: drop FORCE from PHONY targets To: Masahiro Yamada , linux-kbuild@vger.kernel.org References: <1457828035-30584-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tony Luck , Nathan Lynch , linux-ia64@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , linux-kernel@vger.kernel.org, Thomas Gleixner , Russell King , Andy Lutomirski , Ingo Molnar , Fenghua Yu , linux-arm-kernel@lists.infradead.org From: Michal Marek Message-ID: <57173DD7.6020601@suse.com> Date: Wed, 20 Apr 2016 10:29:11 +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: <1457828035-30584-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 490 Lines: 16 Dne 13.3.2016 v 01:13 Masahiro Yamada napsal(a): > These targets are marked as PHONY. No need to add FORCE to their > dependency. > > Signed-off-by: Masahiro Yamada > --- > > Makefile | 8 ++++---- > arch/arm/vdso/Makefile | 2 +- > arch/ia64/Makefile | 4 ++-- > arch/x86/entry/vdso/Makefile | 4 ++-- > 4 files changed, 9 insertions(+), 9 deletions(-) Applied to kbuild.git#kbuild now, sorry for the delay. Michal