Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753357Ab1DZUQT (ORCPT ); Tue, 26 Apr 2011 16:16:19 -0400 Received: from cantor.suse.de ([195.135.220.2]:41694 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751846Ab1DZUQS (ORCPT ); Tue, 26 Apr 2011 16:16:18 -0400 Message-ID: <4DB72810.60601@suse.cz> Date: Tue, 26 Apr 2011 22:16:16 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8 MIME-Version: 1.0 To: Arnaud Lacombe Cc: pefoley2@verizon.net, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH] kbuild: allow headerdep to work in KBUILD_OUTPUT and add targets to PHONY References: <4DB4832E.6080009@verizon.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 914 Lines: 23 On 26.4.2011 08:52, Arnaud Lacombe wrote: > Hi, > > On Sun, Apr 24, 2011 at 4:08 PM, Peter Foley wrote: >> This patch fixes the headerdep target so it will work when make is executed from KBUILD_OUTPUT. >> It also adds a few targets to PHONY so they are always executed. >> > one change, one patch, please. > > Why do you want that much consistency check to be always ran ? > Especially `coccicheck', which rely on a non-common program being > available. The change is valid, but the changelog text is misleading. 'PHONY += foo' means that 'make foo' will always execute the commands for foo, even if there is a file of the same name. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/