qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build
Date: Sat, 27 Feb 2010 16:22:23 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, Feb 26, 2010 at 02:00:28PM +0530, Amit Shah wrote:
> Commit b5ec5ce0 broke 'make install' from non source-dir build. Fix.
> 
> Signed-off-by: Amit Shah <address@hidden>

Thanks, applied.

> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 296f500..14c1930 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -207,7 +207,7 @@ endif
>  
>  install-sysconfig:
>       $(INSTALL_DIR) "$(sysconfdir)/qemu"
> -     $(INSTALL_DATA) sysconfigs/target/target-x86_64.conf 
> "$(sysconfdir)/qemu"
> +     $(INSTALL_DATA) $(SRC_PATH)/sysconfigs/target/target-x86_64.conf 
> "$(sysconfdir)/qemu"
>  
>  install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
>       $(INSTALL_DIR) "$(DESTDIR)$(bindir)"
> -- 
> 1.6.2.5
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]