From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 References: <1457828035-30584-1-git-send-email-yamada.masahiro@socionext.com> From: Michal Marek Message-ID: <57173DD7.6020601@suse.com> Date: Wed, 20 Apr 2016 10:29:11 +0200 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-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada , linux-kbuild@vger.kernel.org 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 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