From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752858Ab0KYOlH (ORCPT ); Thu, 25 Nov 2010 09:41:07 -0500 Received: from cantor2.suse.de ([195.135.220.15]:41027 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752045Ab0KYOlF (ORCPT ); Thu, 25 Nov 2010 09:41:05 -0500 Date: Thu, 25 Nov 2010 15:41:03 +0100 From: Michal Marek To: Asbjoern Sloth Toennesen Cc: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: document UTS_MACHINE environment variable Message-ID: <20101125144103.GD8192@sepie.suse.cz> References: <1288877651-7378-1-git-send-email-asbjorn@asbjorn.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1288877651-7378-1-git-send-email-asbjorn@asbjorn.biz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 04, 2010 at 01:34:11PM +0000, Asbjoern Sloth Toennesen wrote: > Add UTS_MACHINE to the documentation of kbuild enviroment variables. > Description contributed by Michal Marek. > > LKML-Reference: <4CD2A8BC.3010500@suse.cz> > Signed-off-by: Asbjoern Sloth Toennesen > --- > Documentation/kbuild/kbuild.txt | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) This is an internal kbuild variable, while the file lists variables that are set by the user from outside. There is already a comment in the Makefile, which is enough IMO. Michal