From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pfepa.post.tele.dk ([195.41.46.235]:57691 "EHLO pfepa.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752434Ab0HYNaa (ORCPT ); Wed, 25 Aug 2010 09:30:30 -0400 Date: Wed, 25 Aug 2010 15:30:27 +0200 From: Sam Ravnborg Subject: Re: [PATCH] checksyscalls: Fix stand-alone usage Message-ID: <20100825133027.GA1745@merkur.ravnborg.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: linux-kbuild@vger.kernel.org, Linux Kernel Development 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