All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Avoid relative XEN_ROOT specification
@ 2011-10-07  4:42 Juergen Gross
  2011-10-07  7:51 ` Ian Campbell
  0 siblings, 1 reply; 5+ messages in thread
From: Juergen Gross @ 2011-10-07  4:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

XEN_ROOT must be set to an absolute path to avoid out of the tree references

Signed-off-by: juergen.gross@ts.fujitsu.com


1 file changed, 1 insertion(+), 1 deletion(-)
tools/libfsimage/xfs/Makefile |    2 +-



[-- Attachment #2: xen-staging.hg.patch --]
[-- Type: text/x-patch, Size: 679 bytes --]

# HG changeset patch
# User Juergen Gross <juergen.gross@ts.fujitsu.com>
# Date 1317962555 -7200
# Node ID 67f2c8de11ecb6d05e2239340ebbf83208c44863
# Parent  159be83e5fe9111bb30d8b1f83127f5724d44424
Avoid relative XEN_ROOT specification

XEN_ROOT must be set to an absolute path to avoid out of the tree references

Signed-off-by: juergen.gross@ts.fujitsu.com

diff -r 159be83e5fe9 -r 67f2c8de11ec tools/libfsimage/xfs/Makefile
--- a/tools/libfsimage/xfs/Makefile	Thu Oct 06 19:44:40 2011 +0100
+++ b/tools/libfsimage/xfs/Makefile	Fri Oct 07 06:42:35 2011 +0200
@@ -1,4 +1,4 @@ XEN_ROOT = ../../..
-XEN_ROOT = ../../..
+XEN_ROOT = $(CURDIR)/../../..
 
 LIB_SRCS-y = fsys_xfs.c
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2011-10-07  8:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-07  4:42 [PATCH] Avoid relative XEN_ROOT specification Juergen Gross
2011-10-07  7:51 ` Ian Campbell
2011-10-07  7:55   ` Juergen Gross
2011-10-07  8:00   ` Keir Fraser
2011-10-07  8:04     ` Ian Campbell

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.