|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 15 of 30] tools: Drop $(X11_LDPATH) from build
# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1300718506 0
# Node ID e58adb757dc14201b8ec9d37f6baa34cae471579
# Parent 7516c1d3ee1fbf0e91cf215ab4956fc29c4c46a4
tools: Drop $(X11_LDPATH) from build.
Nothing uses it.
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -r 7516c1d3ee1f -r e58adb757dc1 tools/Rules.mk
--- a/tools/Rules.mk Mon Mar 21 14:41:46 2011 +0000
+++ b/tools/Rules.mk Mon Mar 21 14:41:46 2011 +0000
@@ -53,8 +53,6 @@ LDLIBS_libxenlight = -L$(XEN_XENLIGHT) $
LDLIBS_libxenlight = -L$(XEN_XENLIGHT) $(SHLIB_libxenctrl)
$(SHLIB_libxenstore) $(SHLIB_libblktapctl) -lxenlight
SHLIB_libxenlight = -Wl,-rpath-link=$(XEN_XENLIGHT)
-X11_LDPATH = -L/usr/X11R6/$(LIBLEAFDIR)
-
CFLAGS += -D__XEN_TOOLS__
# Get gcc to generate the dependencies for us.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 10 of 30] tools: consistently use $(CFLAGS_xeninclude) instead of open coding, (continued)
[Xen-devel] [PATCH 14 of 30] tools: xenstat: install and use shared library, Ian Campbell
[Xen-devel] [PATCH 12 of 30] tools: consistently use $({CFLAGS, LDLIBS}_libxenstore) instead of open coding, Ian Campbell
[Xen-devel] [PATCH 15 of 30] tools: Drop $(X11_LDPATH) from build,
Ian Campbell <=
[Xen-devel] [PATCH 07 of 30] tools: remove unnecessary uses of -I, Ian Campbell
[Xen-devel] [PATCH 17 of 30] tools: ocaml: link xl bindings against libxl, Ian Campbell
[Xen-devel] [PATCH 18 of 30] tools: ocaml: link evtchn bindings against libxenctrl, Ian Campbell
[Xen-devel] [PATCH 16 of 30] tools: allow Makefiles to define CFLAGS_foo.o, Ian Campbell
[Xen-devel] [PATCH 19 of 30] tools: users of libxl currently need to see libxc and libxenstore headers, Ian Campbell
[Xen-devel] [PATCH 20 of 30] tools: ocaml: push CFLAGS usage down into the specific bindings, Ian Campbell
[Xen-devel] [PATCH 21 of 30] tools: flask: Remove BASECFLAGS, just use CFLAGS, Ian Campbell
[Xen-devel] [PATCH 22 of 30] tools: flask: remove $(LOADLIBES), Ian Campbell
[Xen-devel] [PATCH 23 of 30] tools: provide generic rules for compiling .S files, Ian Campbell
[Xen-devel] [PATCH 25 of 30] libxl: move libxl_doimid_valid_guest out of line, Ian Campbell
|
|
|
|
|