* [PATCH] xenstore makefile fix
@ 2005-06-09 17:27 Jerone Young
0 siblings, 0 replies; only message in thread
From: Jerone Young @ 2005-06-09 17:27 UTC (permalink / raw)
To: xen-devel
xenstore was not including Rules.mk for the tools, preventing
compilation on x86-64. The comment "This does something wrong to
TARGET_ARCH" is no longer true.
Signed-off-by: Jerone Young <jyoung5@us.ibm.com>
--- tools/xenstore/Makefile.orig 2005-06-09 12:25:39.000000000
-0500
+++ tools/xenstore/Makefile 2005-06-09 12:25:47.000000000 -0500
@@ -1,6 +1,5 @@
XEN_ROOT=../..
-# This does something wrong to TARGET_ARCH.
-#include $(XEN_ROOT)/tools/Rules.mk
+include $(XEN_ROOT)/tools/Rules.mk
LIBDIR = lib
XEN_LIBXC = $(XEN_ROOT)/tools/libxc
--
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-09 17:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-09 17:27 [PATCH] xenstore makefile fix Jerone Young
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.