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@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to