All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: clean target should do clean for lib/traceevent too
@ 2012-09-06  0:53 David Ahern
  2012-09-06  1:16 ` Namhyung Kim
  2012-09-07  6:11 ` [tip:perf/core] perf tools: Clean target should do clean for lib/ traceevent too tip-bot for David Ahern
  0 siblings, 2 replies; 3+ messages in thread
From: David Ahern @ 2012-09-06  0:53 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 |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index 90d8e09..e7e62b2 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -921,6 +921,9 @@ $(LIB_FILE): $(LIB_OBJS)
 $(LIBTRACEEVENT):
 	$(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) libtraceevent.a
 
+$(LIBTRACEEVENT)-clean:
+	$(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(QUIET_SUBDIR1) O=$(OUTPUT) clean
+
 help:
 	@echo 'Perf make targets:'
 	@echo '  doc		- make *all* documentation (see below)'
@@ -1060,7 +1063,7 @@ quick-install-html:
 
 ### Cleaning rules
 
-clean:
+clean: $(LIBTRACEEVENT)-clean
 	$(RM) $(LIB_OBJS) $(BUILTIN_OBJS) $(LIB_FILE) $(OUTPUT)perf-archive $(OUTPUT)perf.o $(LANG_BINDINGS)
 	$(RM) $(ALL_PROGRAMS) perf
 	$(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
-- 
1.7.10.1


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

end of thread, other threads:[~2012-09-07  6:11 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:53 [PATCH] perf: clean target should do clean for lib/traceevent too David Ahern
2012-09-06  1:16 ` Namhyung Kim
2012-09-07  6:11 ` [tip:perf/core] perf tools: Clean target should do clean for lib/ traceevent too tip-bot for David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.