All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: avi@redhat.com, kvm@vger.kernel.org
Subject: [PATCH] kvm-kmod: create include directory
Date: Tue, 28 Apr 2009 12:13:45 +0300	[thread overview]
Message-ID: <20090428091345.GA20899@redhat.com> (raw)

include directory is not in git, so configure must create it before
creating include/asm link

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---

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
 
-- 
MST

             reply	other threads:[~2009-04-28  9:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28  9:13 Michael S. Tsirkin [this message]
2009-04-28  9:17 ` [PATCH] kvm-kmod: create include directory Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090428091345.GA20899@redhat.com \
    --to=mst@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.