linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: clean should remove libtraceevent.a too
@ 2012-09-06  0:10 David Ahern
  2012-09-06  0:42 ` Steven Rostedt
  0 siblings, 1 reply; 3+ messages in thread
From: David Ahern @ 2012-09-06  0:10 UTC (permalink / raw)
  To: acme, linux-kernel; +Cc: David Ahern, Steven Rostedt, Namhyung Kim

It's built as part of perf, so it should be cleaned too.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Namhyung Kim <namhyung@kernel.org>
---
 tools/perf/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 90d8e09..5f0259e 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -1068,6 +1068,7 @@ clean:
 	$(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
 	$(RM) $(OUTPUT)util/*-bison*
 	$(RM) $(OUTPUT)util/*-flex*
+	$(RM) $(LIBTRACEEVENT)
 	$(python-clean)
 
 .PHONY: all install clean strip $(LIBTRACEEVENT)
-- 
1.7.10.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf: clean should remove libtraceevent.a too
  2012-09-06  0:10 [PATCH] perf: clean should remove libtraceevent.a too David Ahern
@ 2012-09-06  0:42 ` Steven Rostedt
  2012-09-06  0:51   ` David Ahern
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2012-09-06  0:42 UTC (permalink / raw)
  To: David Ahern; +Cc: acme, linux-kernel, Namhyung Kim

On Wed, 2012-09-05 at 18:10 -0600, David Ahern wrote:
> It's built as part of perf, so it should be cleaned too.
> 
> Signed-off-by: David Ahern <dsahern@gmail.com>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Namhyung Kim <namhyung@kernel.org>
> ---
>  tools/perf/Makefile |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/perf/Makefile b/tools/perf/Makefile
> index 90d8e09..5f0259e 100644
> --- a/tools/perf/Makefile
> +++ b/tools/perf/Makefile
> @@ -1068,6 +1068,7 @@ clean:
>  	$(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
>  	$(RM) $(OUTPUT)util/*-bison*
>  	$(RM) $(OUTPUT)util/*-flex*
> +	$(RM) $(LIBTRACEEVENT)
>  	$(python-clean)

Actually, this should do the clean in the tools/lib/traceevent
directory, as this change wont clean the objects created.

-- Steve



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] perf: clean should remove libtraceevent.a too
  2012-09-06  0:42 ` Steven Rostedt
@ 2012-09-06  0:51   ` David Ahern
  0 siblings, 0 replies; 3+ messages in thread
From: David Ahern @ 2012-09-06  0:51 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: acme, linux-kernel, Namhyung Kim

On 9/5/12 6:42 PM, Steven Rostedt wrote:
> On Wed, 2012-09-05 at 18:10 -0600, David Ahern wrote:
>> It's built as part of perf, so it should be cleaned too.
>>
>> Signed-off-by: David Ahern <dsahern@gmail.com>
>> Cc: Steven Rostedt <rostedt@goodmis.org>
>> Cc: Namhyung Kim <namhyung@kernel.org>
>> ---
>>   tools/perf/Makefile |    1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tools/perf/Makefile b/tools/perf/Makefile
>> index 90d8e09..5f0259e 100644
>> --- a/tools/perf/Makefile
>> +++ b/tools/perf/Makefile
>> @@ -1068,6 +1068,7 @@ clean:
>>   	$(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS
>>   	$(RM) $(OUTPUT)util/*-bison*
>>   	$(RM) $(OUTPUT)util/*-flex*
>> +	$(RM) $(LIBTRACEEVENT)
>>   	$(python-clean)
>
> Actually, this should do the clean in the tools/lib/traceevent
> directory, as this change wont clean the objects created.
>
> -- Steve
>
>

Indeed. update coming.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-06  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-06  0:10 [PATCH] perf: clean should remove libtraceevent.a too David Ahern
2012-09-06  0:42 ` Steven Rostedt
2012-09-06  0:51   ` David Ahern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).