|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 2 of 3] Remove oxenstored's dependency on the log
On Sun, 2011-07-31 at 09:59 +0100, Zheng Li wrote:
> ... by consolidating some of the functions with its own logging facility.
>
> Signed-off-by: Zheng Li <zheng.li@xxxxxxxxxxxxx>
>
>
> ----
> diff --git a/tools/ocaml/xenstored/Makefile b/tools/ocaml/xenstored/Makefile
> --- a/tools/ocaml/xenstored/Makefile
> +++ b/tools/ocaml/xenstored/Makefile
> @@ -3,9 +3,7 @@ OCAML_TOPLEVEL = $(CURDIR)/..
> include $(OCAML_TOPLEVEL)/common.make
>
> OCAMLINCLUDE += \
> - -I $(OCAML_TOPLEVEL)/libs/log \
> -I $(OCAML_TOPLEVEL)/libs/xb \
> - -I $(OCAML_TOPLEVEL)/libs/uuid \
> -I $(OCAML_TOPLEVEL)/libs/mmap \
> -I $(OCAML_TOPLEVEL)/libs/xc \
> -I $(OCAML_TOPLEVEL)/libs/eventchn
Since patch 1/3 removes these two libraries while the users are only
removed in patch 2/3 this series will introduces changesets where the
build is broken and hence break bisection. Please move this patch before
the library removal e.g. remove the libraries only after the users are
gone. The tree should continue to build (and work) after each individual
patch.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] [PATCH 2 of 3] Remove oxenstored's dependency on the log library of xapi-libs,
Ian Campbell <=
|
|
|
|
|