From patchwork Tue Apr 28 09:13:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 20373 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n3S9FnD9022534 for ; Tue, 28 Apr 2009 09:15:49 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753778AbZD1JOr (ORCPT ); Tue, 28 Apr 2009 05:14:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754303AbZD1JOr (ORCPT ); Tue, 28 Apr 2009 05:14:47 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59043 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753778AbZD1JOq (ORCPT ); Tue, 28 Apr 2009 05:14:46 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3S9ElhS025089 for ; Tue, 28 Apr 2009 05:14:47 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3S9EkcK015739; Tue, 28 Apr 2009 05:14:46 -0400 Received: from redhat.com (vpn-10-64.str.redhat.com [10.32.10.64]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3S9EiGt031609; Tue, 28 Apr 2009 05:14:44 -0400 Date: Tue, 28 Apr 2009 12:13:45 +0300 From: "Michael S. Tsirkin" To: avi@redhat.com, kvm@vger.kernel.org Subject: [PATCH] kvm-kmod: create include directory Message-ID: <20090428091345.GA20899@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org include directory is not in git, so configure must create it before creating include/asm link Signed-off-by: Michael S. Tsirkin --- resending with a sane subject, sorry about multiple messages. configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 3e56338..30af6e7 100755 --- a/configure +++ b/configure @@ -103,6 +103,7 @@ if [ -n "$no_uname" -a "$want_module" ]; then fi rm -f include/asm include-compat/asm +mkdir -p include ln -sf asm-"$karch" include/asm ln -sf asm-"$karch" include-compat/asm