qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build
@ 2010-02-26  8:30 Amit Shah
  2010-02-27 15:22 ` Aurelien Jarno
  0 siblings, 1 reply; 2+ messages in thread
From: Amit Shah @ 2010-02-26  8:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: Amit Shah

Commit b5ec5ce0 broke 'make install' from non source-dir build. Fix.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build
  2010-02-26  8:30 [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build Amit Shah
@ 2010-02-27 15:22 ` Aurelien Jarno
  0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2010-02-27 15:22 UTC (permalink / raw)
  To: Amit Shah; +Cc: qemu-devel

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 <amit.shah@redhat.com>

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
aurelien@aurel32.net                 http://www.aurel32.net

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-27 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26  8:30 [Qemu-devel] [PATCH] Fix 'make install' from non-srcdir build Amit Shah
2010-02-27 15:22 ` Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).