[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-f526a4ce2643e2636c091cf2bf0ec1442110c5b7@git.kernel.org>
Date: Fri, 6 Jul 2012 03:50:41 -0700
From: tip-bot for Konstantin Stepanyuk <konstantin.stepanyuk@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: acme@...hat.com, linux-kernel@...r.kernel.org, hpa@...or.com,
mingo@...nel.org, fweisbec@...il.com, rostedt@...dmis.org,
tglx@...utronix.de, konstantin.stepanyuk@...il.com
Subject: [tip:perf/core] tools lib traceevent: Fix clean target in Makefile
Commit-ID: f526a4ce2643e2636c091cf2bf0ec1442110c5b7
Gitweb: http://git.kernel.org/tip/f526a4ce2643e2636c091cf2bf0ec1442110c5b7
Author: Konstantin Stepanyuk <konstantin.stepanyuk@...il.com>
AuthorDate: Wed, 27 Jun 2012 15:52:14 -0600
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Fri, 29 Jun 2012 13:28:11 -0300
tools lib traceevent: Fix clean target in Makefile
Dependency files were not cleaned up. Add missing space to fix the issue.
Signed-off-by: Konstantin Stepanyuk <konstantin.stepanyuk@...il.com>
Acked-by: Steven Rostedt <rostedt@...dmis.org>
Cc: Frederic Weisbecker <fweisbec@...il.com>
Cc: Steven Rostedt <rostedt@...dmis.org>
Link: http://lkml.kernel.org/r/1340833934-18783-1-git-send-email-konstantin.stepanyuk@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/lib/traceevent/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
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