[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Set up and tear down phys_proc_id, cpu_core_id, cpu_sibling_map
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 8f02d7cb222aadddd50b9447f2fe14e06be391ac # Parent d8954fc3b76b6bdbe0cd301924b51dffa43409d1 This small patch fixes new make-dependencies of the secpol_tool Signed-off by: Reiner Sailer <sailer@xxxxxxxxxx> --- tools/security/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r d8954fc3b76b -r 8f02d7cb222a tools/security/Makefile --- a/tools/security/Makefile Wed May 10 15:44:56 2006 +0100 +++ b/tools/security/Makefile Wed May 10 15:49:47 2006 +0100 @@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror CFLAGS += -fno-strict-aliasing -CFLAGS += -I. +CFLAGS += -I. -I $(XEN_LIBXC) CPPFLAGS += -MMD -MF .$*.d PROG_DEPS = .*.d @@ -89,7 +89,7 @@ build: mk-symlinks $(ACM_INST_TOOLS) $(A chmod 700 $(ACM_SCRIPTS) xensec_tool: $(OBJS_TOOL) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -L$(XEN_LIBXC) -lxenctrl xensec_xml2bin: $(OBJS_XML2BIN) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |