* [kvm-ppc-devel] [PATCH] Remove test suite config.mak from libkvm
@ 2008-04-24 4:56 ` Jerone Young
0 siblings, 0 replies; 4+ messages in thread
From: Jerone Young @ 2008-04-24 4:56 UTC (permalink / raw)
To: kvm-devel; +Cc: kvm-ppc-devel
2 files changed, 6 insertions(+), 1 deletion(-)
configure | 6 ++++++
libkvm/Makefile | 1 -
This is a relic of the big userspace refactoring, but today libkvm does should not include settings from the test suite. This patch resolves this and removes the overwriting of setting from the main config.mak with test suite settings.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -2,6 +2,9 @@
prefix=/usr/local
kerneldir=/lib/modules/$(uname -r)/build
+ccÌ
+ld=ld
+objcopy=objcopy
want_module=1
qemu_cc qemu_cflags@@ -131,4 +134,7 @@ KERNELDIR=$kerneldir
KERNELDIR=$kerneldir
WANT_MODULE=$want_module
CROSS_COMPILE=$cross_prefix
+CC=$cross_prefix$cc
+LD=$cross_prefix$ld
+OBJCOPY=$cross_prefix$objcopy
EOF
diff --git a/libkvm/Makefile b/libkvm/Makefile
--- a/libkvm/Makefile
+++ b/libkvm/Makefile
@@ -1,5 +1,4 @@ include ../config.mak
include ../config.mak
-include ../user/config.mak
include config-$(ARCH).mak
# cc-option
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] Remove test suite config.mak from libkvm build
@ 2008-04-24 4:56 ` Jerone Young
0 siblings, 0 replies; 4+ messages in thread
From: Jerone Young @ 2008-04-24 4:56 UTC (permalink / raw)
To: kvm-devel; +Cc: kvm-ppc-devel
2 files changed, 6 insertions(+), 1 deletion(-)
configure | 6 ++++++
libkvm/Makefile | 1 -
This is a relic of the big userspace refactoring, but today libkvm does should not include settings from the test suite. This patch resolves this and removes the overwriting of setting from the main config.mak with test suite settings.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
diff --git a/configure b/configure
--- a/configure
+++ b/configure
@@ -2,6 +2,9 @@
prefix=/usr/local
kerneldir=/lib/modules/$(uname -r)/build
+cc=cc
+ld=ld
+objcopy=objcopy
want_module=1
qemu_cc=
qemu_cflags=
@@ -131,4 +134,7 @@ KERNELDIR=$kerneldir
KERNELDIR=$kerneldir
WANT_MODULE=$want_module
CROSS_COMPILE=$cross_prefix
+CC=$cross_prefix$cc
+LD=$cross_prefix$ld
+OBJCOPY=$cross_prefix$objcopy
EOF
diff --git a/libkvm/Makefile b/libkvm/Makefile
--- a/libkvm/Makefile
+++ b/libkvm/Makefile
@@ -1,5 +1,4 @@ include ../config.mak
include ../config.mak
-include ../user/config.mak
include config-$(ARCH).mak
# cc-option
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [kvm-ppc-devel] [kvm-devel] [PATCH] Remove test suite
2008-04-24 4:56 ` [PATCH] Remove test suite config.mak from libkvm build Jerone Young
@ 2008-04-27 13:00 ` Avi Kivity
-1 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2008-04-27 13:00 UTC (permalink / raw)
To: Jerone Young; +Cc: kvm-devel, kvm-ppc-devel
Jerone Young wrote:
> This is a relic of the big userspace refactoring, but today libkvm does should not include settings from the test suite. This patch resolves this and removes the overwriting of setting from the main config.mak with test suite settings.
>
>
applied, thanks.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Remove test suite config.mak from libkvm build
@ 2008-04-27 13:00 ` Avi Kivity
0 siblings, 0 replies; 4+ messages in thread
From: Avi Kivity @ 2008-04-27 13:00 UTC (permalink / raw)
To: Jerone Young; +Cc: kvm-devel, kvm-ppc-devel
Jerone Young wrote:
> This is a relic of the big userspace refactoring, but today libkvm does should not include settings from the test suite. This patch resolves this and removes the overwriting of setting from the main config.mak with test suite settings.
>
>
applied, thanks.
--
error compiling committee.c: too many arguments to function
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-27 13:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 4:56 [kvm-ppc-devel] [PATCH] Remove test suite config.mak from libkvm Jerone Young
2008-04-24 4:56 ` [PATCH] Remove test suite config.mak from libkvm build Jerone Young
2008-04-27 13:00 ` [kvm-ppc-devel] [kvm-devel] [PATCH] Remove test suite Avi Kivity
2008-04-27 13:00 ` [PATCH] Remove test suite config.mak from libkvm build Avi Kivity
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.