From: Omar Khan <okhan-e94Sedi4moU@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: kvm-13
Date: Mon, 19 Feb 2007 22:22:47 +0000 (UTC) [thread overview]
Message-ID: <loom.20070219T230318-698@post.gmane.org> (raw)
In-Reply-To: 20070210040354.GU18296@rhun.ibm.com
Muli Ben-Yehuda <muli@...> writes:
> That does not explain why the change you made (from ?= to :=) made any
> difference. Could you send a full log of ./configure && make && make
> install with and without your change?
>
Well from what I have observed this makes a difference because in config.mak
KERNELDIR=/usr/src/linux-2.6.18.2-34-obj/i386/default
This gets included in the kernel/Makefile and when make reaches
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
KERNELDIR is already set (to default) so it does not set it to /build. Now when
it does
INSTALLDIR = $(patsubst %/build, %/extra, $(KERNELDIR)))
nothing gets replaced since there is no 'build' to replace. So nothing gets
installed in /lib/modules/2.6.18.2-34-default/extra/ and hence modprobe fails.
if I replace ?= with := it KERNELDIR is changed to /lib/modules/$(shell uname
-r)/build and hence we get the INSTALLDIR for the /extra.
I will try to send the log for ./configure , make , make install.
Thanks
Omar Khan
-------------------------------------------------------------------------
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:22 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 ` Omar Khan [this message]
[not found] ` <loom.20070219T230318-698-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2007-02-19 22:36 ` kvm-13 Muli Ben-Yehuda
[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=loom.20070219T230318-698@post.gmane.org \
--to=okhan-e94sedi4mou@public.gmane.org \
--cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@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