[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1346890240-61205-1-git-send-email-dsahern@gmail.com>
Date: Wed, 5 Sep 2012 18:10:40 -0600
From: David Ahern <dsahern@...il.com>
To: acme@...stprotocols.net, linux-kernel@...r.kernel.org
Cc: David Ahern <dsahern@...il.com>,
Steven Rostedt <rostedt@...dmis.org>,
Namhyung Kim <namhyung@...nel.org>
Subject: [PATCH] perf: clean should remove libtraceevent.a too
It's built as part of perf, so it should be cleaned too.
Signed-off-by: David Ahern <dsahern@...il.com>
Cc: Steven Rostedt <rostedt@...dmis.org>
Cc: Namhyung Kim <namhyung@...nel.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists