public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: TJ <linux@iam.tj>
Cc: Jiri Olsa <jolsa@kernel.org>, lkml <linux-kernel@vger.kernel.org>,
	David Ahern <dsahern@gmail.com>, Ingo Molnar <mingo@kernel.org>,
	Namhyung Kim <namhyung@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>, TJ <linux@iam.tj>
Subject: Re: [PATCH 2/2] tools build: Fix perf_clean target
Date: Mon, 25 Apr 2016 17:22:04 -0300	[thread overview]
Message-ID: <20160425202204.GE25218@kernel.org> (raw)
In-Reply-To: <1461615438-27894-2-git-send-email-jolsa@kernel.org>

Em Mon, Apr 25, 2016 at 10:17:18PM +0200, Jiri Olsa escreveu:
> Fixig perf_clean target to follow the same logic as
> perf target, it fixes following make invokation:
> 
>   $ cd <kernelsrc> && make tools/perf_clean


TJ, have you had the chance to test this? If so, can I have your
Tested-by: ack?

- Arnaldo
 
> Reported-by: TJ <linux@iam.tj>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=116411
> Link: http://lkml.kernel.org/n/tip-79ja8qxlyrqkfx5h0ndnffl0@git.kernel.org
> Signed-off-by: Jiri Olsa <jolsa@kernel.org>
> ---
>  tools/Makefile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/tools/Makefile b/tools/Makefile
> index 60c7e6c8ff17..6bf68fe7dd29 100644
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -137,7 +137,8 @@ libsubcmd_clean:
>  	$(call descend,lib/subcmd,clean)
>  
>  perf_clean:
> -	$(call descend,$(@:_clean=),clean)
> +	$(Q)mkdir -p $(PERF_O) .
> +	$(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
>  
>  selftests_clean:
>  	$(call descend,testing/$(@:_clean=),clean)
> -- 
> 2.4.11

  reply	other threads:[~2016-04-25 20:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-25 20:17 [PATCH 1/2] perf tools: Make the x86 clean quiet Jiri Olsa
2016-04-25 20:17 ` [PATCH 2/2] tools build: Fix perf_clean target Jiri Olsa
2016-04-25 20:22   ` Arnaldo Carvalho de Melo [this message]
2016-04-27 15:32   ` [tip:perf/core] " tip-bot for Jiri Olsa
2016-04-27 15:31 ` [tip:perf/core] perf tools: Make the x86 clean quiet tip-bot for Jiri Olsa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160425202204.GE25218@kernel.org \
    --to=acme@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=dsahern@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@iam.tj \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox