From patchwork Mon Oct 25 07:56:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nikola Ciprich X-Patchwork-Id: 266502 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9P7us6S022803 for ; Mon, 25 Oct 2010 07:56:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753691Ab0JYH4o (ORCPT ); Mon, 25 Oct 2010 03:56:44 -0400 Received: from gwu.lbox.cz ([62.245.111.132]:49027 "EHLO gwu.lbox.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751906Ab0JYH4o (ORCPT ); Mon, 25 Oct 2010 03:56:44 -0400 Received: from linuxbox.linuxbox.cz (server.linuxbox.cz [10.76.66.10]) by gwu.lbox.cz (Sendmail) with ESMTP id o9P7ufQP014309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Oct 2010 09:56:41 +0200 Received: from pcnci.linuxbox.cz (pcnci.linuxbox.cz [10.76.3.14]) (authenticated bits=0) by linuxbox.linuxbox.cz (Sendmail) with ESMTP id o9P7ud5C006771; Mon, 25 Oct 2010 09:56:40 +0200 Date: Mon, 25 Oct 2010 09:56:39 +0200 From: Nikola Ciprich To: Jan Kiszka Cc: kvm , nikola.ciprich@linuxbox.cz Subject: Re: [ANNOUNCE] kvm-kmod-2.6.36 Message-ID: <20101025075639.GB10936@pcnci.linuxbox.cz> References: <4CC02884.6090801@siemens.com> <20101025064717.GA10936@pcnci.linuxbox.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20101025064717.GA10936@pcnci.linuxbox.cz> User-Agent: Mutt/1.5.21 (2010-09-15) X-Antivirus: on lbxovapx by Kaspersky antivirus, 3949662 records (last update: 20101024) X-Spam-Score: N/A (trusted relay) X-Scanned-By: MIMEDefang v2.71/SpamAssassin v3.003001 on proxybox Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 25 Oct 2010 07:56:55 +0000 (UTC) --- kvm-kmod-2.6.35-rc3/configure 2010-06-24 19:49:35.000000000 +0200 +++ kvm-kmod-2.6.35.6/configure 2010-10-01 11:30:03.000000000 +0200 @@ -89,7 +89,7 @@ kerneldir=$(cd $kerneldir; pwd) # see if we have split build and source directories -if [ -d "$kerneldir/include2" -o -L "$kerneldir/source" ]; then +if [ ! -d "$kerneldir/Kbuild" ]; then kernelsourcedir=$kerneldir/source if [ ! -L "$kernelsourcedir" ]; then kernelsourcedir=${kerneldir%/build*}/source