From: Muli Ben-Yehuda <muli-7z/5BgaJwgfQT0dZR+AlfA@public.gmane.org>
To: Omar Khan <okhan-e94Sedi4moU@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: kvm-13
Date: Tue, 20 Feb 2007 00:36:57 +0200 [thread overview]
Message-ID: <20070219223657.GM3513@rhun.ibm.com> (raw)
In-Reply-To: <loom.20070219T230318-698-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
Thanks for the analysis, this problem is understood. Avi commited a
fix for -14 a few days back, but the fix re-breaks
--kerneldir. Reenabling --kerneldir is simple - see attached patch -
but since this is obviously a fragile area, I decided not to push for
its inclusion. Maybe I'm the sole --kerneldir user :-)
Index: kernel/Makefile
===================================================================
--- kernel/Makefile (revision 4457)
+++ kernel/Makefile (working copy)
@@ -1,4 +1,5 @@
-KERNELDIR := /lib/modules/$(shell uname -r)/build
+include ../config.mak
+
KVERREL = $(patsubst /lib/modules/%/build,%,$(KERNELDIR))
DESTDIR=
Index: configure
===================================================================
--- configure (revision 4457)
+++ configure (working copy)
@@ -94,7 +94,7 @@
cat <<EOF > config.mak
PREFIX=$prefix
-KERNELDIR=$(readlink -f $kerneldir)
+KERNELDIR="$kerneldir"
WANT_MODULE=$want_module
EOF
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
next prev parent reply other threads:[~2007-02-19 22:36 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-08 15:46 kvm-13 Omar Khan
[not found] ` <loom.20070208T163959-901-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2007-02-08 16:08 ` kvm-13 Muli Ben-Yehuda
2007-02-09 8:14 ` kvm-13 Muli Ben-Yehuda
2007-02-09 10:50 ` kvm-13 Omar Khan
[not found] ` <loom.20070209T114406-952-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2007-02-10 4:03 ` kvm-13 Muli Ben-Yehuda
2007-02-19 22:22 ` kvm-13 Omar Khan
[not found] ` <loom.20070219T230318-698-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2007-02-19 22:36 ` Muli Ben-Yehuda [this message]
[not found] ` <20070219223657.GM3513-k73YwwB0fHlWk0Htik3J/w@public.gmane.org>
2007-02-20 7:46 ` kvm-13 Avi Kivity
[not found] ` <45DAA749.10909-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-02-21 7:50 ` kvm-13 Muli Ben-Yehuda
[not found] ` <20070221075035.GA2857-WD1JZD8MxeCTrf4lBMg6DdBPR1lH4CV8@public.gmane.org>
2007-02-21 16:22 ` kvm-13 Avi Kivity
2007-02-21 0:58 ` kvm-13 richardvoigt-Re5JQEeQqe8AvxtiuMwx3w
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=20070219223657.GM3513@rhun.ibm.com \
--to=muli-7z/5bgajwgfqt0dzr+alfa@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=okhan-e94Sedi4moU@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox