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? ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel