[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xenstore makefile fix
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@xxxxxxxxxx> --- 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@xxxxxxxxxx 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |