mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Konstantin Stepanyuk <konstantin.stepanyuk@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Konstantin Stepanyuk <konstantin.stepanyuk@gmail.com>
Subject: [PATCH] traceevent: make clean fix
Date: Wed, 27 Jun 2012 15:52:14 -0600	[thread overview]
Message-ID: <1340833934-18783-1-git-send-email-konstantin.stepanyuk@gmail.com> (raw)

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


             reply	other threads:[~2012-06-27 21:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 21:52 Konstantin Stepanyuk [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340833934-18783-1-git-send-email-konstantin.stepanyuk@gmail.com \
    --to=konstantin.stepanyuk@gmail.com \
    --cc=fweisbec@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®