[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 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |