Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755189Ab1DZU2Z (ORCPT ); Tue, 26 Apr 2011 16:28:25 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:41516 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752047Ab1DZU2X (ORCPT ); Tue, 26 Apr 2011 16:28:23 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UFv2bwN3lk3XOeCwouZb39jQ14ZLXbjrpqEKYUjBJHfcD5cG1C5RtISZwYjCeyN59K KqYq0IMqAuq5DhYgUMjAP/gqKmkRkSlGe//LGCEdhH0HLAqnnO1+FxnNaVn5TO8iTqHi GmwQeBQa0Q380PvnYWxrGAwucnzDGLZhoSrRE= MIME-Version: 1.0 In-Reply-To: <4DB72810.60601@suse.cz> References: <4DB4832E.6080009@verizon.net> <4DB72810.60601@suse.cz> Date: Tue, 26 Apr 2011 16:28:23 -0400 Message-ID: Subject: Re: [PATCH] kbuild: allow headerdep to work in KBUILD_OUTPUT and add targets to PHONY From: Arnaud Lacombe To: Michal Marek Cc: pefoley2@verizon.net, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1086 Lines: 31 Hi, On Tue, Apr 26, 2011 at 4:16 PM, Michal Marek wrote: > 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. > my bad, I just confirmed that purpose by checking make doc :) - Arnaud > 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/