From: Steven Rostedt <rostedt@goodmis.org>
To: Konstantin Stepanyuk <konstantin.stepanyuk@gmail.com>
Cc: linux-kernel@vger.kernel.org, Frederic Weisbecker <fweisbec@gmail.com>
Subject: Re: [PATCH] traceevent: make clean fix
Date: Wed, 27 Jun 2012 18:14:45 -0400 [thread overview]
Message-ID: <1340835285.16702.53.camel@gandalf.stny.rr.com> (raw)
In-Reply-To: <1340833934-18783-1-git-send-email-konstantin.stepanyuk@gmail.com>
Except, that the subject line needs to be a little better. Perhaps:
tools lib traceevent: Fix clean target in Makefile
As "make clean fix" sounds like we are making a clean fix. Which I hope
all fixes would be ;-)
Acked-by: Steven Rostedt <rostedt@goodmis.org>
-- Steve
On Wed, 2012-06-27 at 15:52 -0600, Konstantin Stepanyuk wrote:
> 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
next prev parent reply other threads:[~2012-06-27 22:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-27 21:52 Konstantin Stepanyuk
2012-06-27 22:14 ` Steven Rostedt [this message]
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=1340835285.16702.53.camel@gandalf.stny.rr.com \
--to=rostedt@goodmis.org \
--cc=fweisbec@gmail.com \
--cc=konstantin.stepanyuk@gmail.com \
--cc=linux-kernel@vger.kernel.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®