Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753504AbcDTIay (ORCPT ); Wed, 20 Apr 2016 04:30:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:47918 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750859AbcDTIax (ORCPT ); Wed, 20 Apr 2016 04:30:53 -0400 Date: Wed, 20 Apr 2016 10:30:51 +0200 From: Michal Marek To: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org, Michal Marek , linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: mark help target as PHONY Message-ID: <20160420083051.GD15339@pobox.suse.cz> References: <1457829595-31866-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: <1457829595-31866-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: 222 Lines: 8 On Sun, Mar 13, 2016 at 09:39:55AM +0900, Masahiro Yamada wrote: > Obviously, the "help" should be a PHONY target. > > Signed-off-by: Masahiro Yamada Applied to kbuild.git#kbuild. Michal