From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] kvm: user: include arch specific headers from $(KERNELDIR) Date: Thu, 14 May 2009 18:07:51 +0200 Message-ID: <200905141807.52142.arnd@arndb.de> References: <1242203541-12959-1-git-send-email-markmc@redhat.com> <200905141749.54453.arnd@arndb.de> <4A0C3EF4.3080708@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Cc: Mark McLoughlin , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from moutng.kundenserver.de ([212.227.126.187]:59378 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755440AbZENQHz (ORCPT ); Thu, 14 May 2009 12:07:55 -0400 In-Reply-To: <4A0C3EF4.3080708@redhat.com> Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: On Thursday 14 May 2009, Avi Kivity wrote: > I usually add a readlink -f in there due to my innate fear of relative > directories and cd. There is one already in the only place where this gets used: KERNELDIR=$(readlink -f $kerneldir) It also gets shown in the configure --help output, but I suppose showing the relative path there may be helpful because of its brevity. Arnd <><