Re: [PATCH] perf: clean should remove libtraceevent.a too

From: Steven Rostedt
Date: Wed Sep 05 2012 - 20:42:27 EST


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@xxxxxxxxx>
> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
> Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
> ---
> 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


--
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/