[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH XEN v5 02/23] tools: Refactor "xentoollog" into its own library
On Fri, 2015-11-13 at 15:05 +0000, Andrew Cooper wrote: > On 09/11/15 12:00, Ian Campbell wrote: > > diff --git a/tools/ocaml/Makefile.rules b/tools/ocaml/Makefile.rules > > index 1796060..45e71f2 100644 > > --- a/tools/ocaml/Makefile.rules > > +++ b/tools/ocaml/Makefile.rules > > @@ -1,18 +1,18 @@ > > -ifdef V > > -ÂÂifeq ("$(origin V)", "command line") > > -ÂÂÂÂBUILD_VERBOSE = $(V) > > -ÂÂendif > > -endif > > -ifndef BUILD_VERBOSE > > -ÂÂBUILD_VERBOSE = 0 > > -endif > > -ifeq ($(BUILD_VERBOSE),1) > > +#ifdef V > > +#ÂÂifeq ("$(origin V)", "command line") > > +#ÂÂÂÂBUILD_VERBOSE = $(V) > > +#ÂÂendif > > +#endif > > +#ifndef BUILD_VERBOSE > > +#ÂÂBUILD_VERBOSE = 0 > > +#endif > > +#ifeq ($(BUILD_VERBOSE),1) > > ÂÂÂE = @true > > ÂÂÂQ = > > -else > > -ÂÂE = @echo > > -ÂÂQ = @ > > -endif > > +#else > > +#ÂÂE = @echo > > +#ÂÂQ = @ > > +#endif > > This hunk looks like temporary debugging? It does rather, I've no idea why or what I was doing. Dropped. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |