Re: [PATCH] perf build: Fix libbabeltrace detection

From: Arnaldo Carvalho de Melo
Date: Wed Mar 11 2015 - 09:19:22 EST


Em Wed, Mar 11, 2015 at 09:45:48AM +0100, Jiri Olsa escreveu:
> On Tue, Mar 10, 2015 at 01:04:26PM -0300, Arnaldo Carvalho de Melo wrote:
>
> SNIP
>
> > endef
> >
> > feature_set = $(eval $(feature_set_code))
> > @@ -880,3 +880,9 @@ $(call detected_var,LIBDIR)
> > $(call detected_var,GTK_CFLAGS)
> > $(call detected_var,PERL_EMBED_CCOPTS)
> > $(call detected_var,PYTHON_EMBED_CCOPTS)
> > +
> > +CLEAN_FILES = $(OUTPUT_FEATURES)make-*.feature-test.output
> > +
> > +clean:
> > + $(call QUIET_CLEAN, config) $(RM) $(CLEAN_FILES)
> > +
>
> hum, I think it'd be better if it stay in feature-checks dir,
> I'll try to send patch for this as part of the v2 build patchset

I fixed it up already, nevermind.

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/