From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:59118 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752945Ab0LTOnb (ORCPT ); Mon, 20 Dec 2010 09:43:31 -0500 Date: Mon, 20 Dec 2010 15:43:30 +0100 From: Michal Marek Subject: Re: [PATCH] checksyscalls: Fix stand-alone usage Message-ID: <20101220144329.GA20492@sepie.suse.cz> References: <20100825133027.GA1745@merkur.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100825133027.GA1745@merkur.ravnborg.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: Geert Uytterhoeven , linux-kbuild@vger.kernel.org, Linux Kernel Development On Wed, Aug 25, 2010 at 03:30:27PM +0200, Sam Ravnborg wrote: > On Wed, Aug 25, 2010 at 12:22:40PM +0200, Geert Uytterhoeven wrote: > > The usage help in the comments > > - refers to the wrong script name, > > - doesn't mention that $srctree must be set. > > > > Hence correct the script name, and derive the source tree path from the script > > path, so we no longer need to rely on $srctree being set by the caller. > > > > Signed-off-by: Geert Uytterhoeven > Acked-by: Sam Ravnborg Applied to kbuild-2.6.git#kbuild, thanks. Michal