lkml.org 
[lkml]   [2013]   [Jan]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] perf tools: Get rid of unused include of config.mak
Date
From: Namhyung Kim <namhyung.kim@lge.com>

These lines are came from GIT Makefile and never used for perf.
I found it from make -d output during working on previous patch.

Updating makefiles....
Considering target file `arch/x86/Makefile'.
No need to remake target `arch/x86/Makefile'.
Considering target file `config.mak'.
File `config.mak' does not exist.
Must remake target `config.mak'.
Failed to remake target file `config.mak'.
Considering target file `config.mak.autogen'.
File `config.mak.autogen' does not exist.
Must remake target `config.mak.autogen'.
Failed to remake target file `config.mak.autogen'.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
---
tools/perf/Makefile | 3 ---
1 file changed, 3 deletions(-)

diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index bdbd54edf8cc..e6f314540cf5 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -533,9 +533,6 @@ ifneq ($(MAKECMDGOALS),tags)
# because maintaining the nesting to match is a pain. If
# we had "elif" things would have been much nicer...

--include config.mak.autogen
--include config.mak
-
ifdef NO_LIBELF
NO_DWARF := 1
NO_DEMANGLE := 1
--
1.7.11.7


\
 
 \ /
  Last update: 2013-01-16 13:43    [W:0.090 / U:1.624 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site