public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm-kmod: create include directory
@ 2009-04-28  9:13 Michael S. Tsirkin
  2009-04-28  9:17 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2009-04-28  9:13 UTC (permalink / raw)
  To: avi, kvm

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-28  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28  9:13 [PATCH] kvm-kmod: create include directory Michael S. Tsirkin
2009-04-28  9:17 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox