From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753295AbbCKNTS (ORCPT ); Wed, 11 Mar 2015 09:19:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49564 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752710AbbCKNTP (ORCPT ); Wed, 11 Mar 2015 09:19:15 -0400 Date: Wed, 11 Mar 2015 10:18:43 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: Jiri Olsa , linux-kernel@vger.kernel.org, Sebastian Andrzej Siewior , David Ahern , Frederic Weisbecker , Jeremie Galarneau , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Tom Zanussi , Wang Nan Subject: Re: [PATCH] perf build: Fix libbabeltrace detection Message-ID: <20150311131843.GA2749@redhat.com> References: <20150302153220.GD6723@redhat.com> <20150309121203.GF27885@krava.brq.redhat.com> <20150309215121.GB14515@redhat.com> <20150309231119.GD14515@redhat.com> <20150309232845.GE14515@redhat.com> <20150310120035.GA4333@krava.redhat.com> <20150310140134.GF14515@redhat.com> <20150310141111.GB4333@krava.redhat.com> <20150310160425.GA16042@redhat.com> <20150311084548.GA26210@krava> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150311084548.GA26210@krava> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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