mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] traceevent: make clean fix
@ 2012-06-27 21:52 Konstantin Stepanyuk
  2012-06-27 22:14 ` Steven Rostedt
  2012-07-06 10:50 ` [tip:perf/core] tools lib traceevent: Fix clean target in Makefile tip-bot for Konstantin Stepanyuk
  0 siblings, 2 replies; 3+ messages in thread
From: Konstantin Stepanyuk @ 2012-06-27 21:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Steven Rostedt, Frederic Weisbecker, Konstantin Stepanyuk

Dependency files were not cleaned up. Add missing space to fix the
issue.

Signed-off-by: Konstantin Stepanyuk <konstantin.stepanyuk@gmail.com>
---
 tools/lib/traceevent/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile
index 3d69aa9..423f4b8 100644
--- a/tools/lib/traceevent/Makefile
+++ b/tools/lib/traceevent/Makefile
@@ -290,7 +290,7 @@ install_lib: all_cmd install_plugins install_python
 install: install_lib
 
 clean:
-	$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES).*.d
+	$(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d
 	$(RM) tags TAGS
 
 endif # skip-makefile
-- 
1.7.10


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-27 21:52 [PATCH] traceevent: make clean fix Konstantin Stepanyuk
2012-06-27 22:14 ` Steven Rostedt
2012-07-06 10:50 ` [tip:perf/core] tools lib traceevent: Fix clean target in Makefile tip-bot for Konstantin Stepanyuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®