[kvm-devel] [patch] Make sure that we compile before installing

2007-07-23 Thread Nguyen Anh Quynh
This patch makes install compile code, and install-rpm package rpms. Signed-off-by: Nguyen Anh Quynh [EMAIL PROTECTED] diff --git a/Makefile b/Makefile index 37b01d2..dd3f51c 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ initdir = /etc/init.d confdir = /etc/kvm utilsdir =

Re: [kvm-devel] [patch] Make sure that we compile before installing

2007-07-23 Thread Avi Kivity
Nguyen Anh Quynh wrote: This patch makes install compile code, and install-rpm package rpms. 'install' and 'install-rpm' are typically run as root, and we don't want to compile as root. -- error compiling committee.c: too many arguments to function

Re: [kvm-devel] [patch] Make sure that we compile before installing

2007-07-23 Thread Nguyen Anh Quynh
On 7/23/07, Avi Kivity [EMAIL PROTECTED] wrote: Nguyen Anh Quynh wrote: This patch makes install compile code, and install-rpm package rpms. 'install' and 'install-rpm' are typically run as root, and we don't want to compile as root. Is it because of security reason, or something else? I

Re: [kvm-devel] [patch] Make sure that we compile before installing

2007-07-23 Thread Avi Kivity
Nguyen Anh Quynh wrote: On 7/23/07, Avi Kivity [EMAIL PROTECTED] wrote: Nguyen Anh Quynh wrote: This patch makes install compile code, and install-rpm package rpms. 'install' and 'install-rpm' are typically run as root, and we don't want to compile as root. Is it because of security