Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537976

[tip:perf/core] perf tools: Move perf build related variables under non fixdep leg

From tip-bot for Jiri Olsa <tipbot@zytor.com>
Newsgroups linux.kernel
Subject [tip:perf/core] perf tools: Move perf build related variables under non fixdep leg
Date 2016-12-07 19:30 +0100
Message-ID <sLP8B-3DP-11@gated-at.bofh.it> (permalink)
References <sLnYJ-2zf-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Commit-ID:  8ac1eb7bab7c8d9d6f00b3e2a408611c45d9dff0
Gitweb:     http://git.kernel.org/tip/8ac1eb7bab7c8d9d6f00b3e2a408611c45d9dff0
Author:     Jiri Olsa <jolsa@kernel.org>
AuthorDate: Tue, 6 Dec 2016 14:18:50 +0100
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 6 Dec 2016 13:23:03 -0300

perf tools: Move perf build related variables under non fixdep leg

Because there's no need for them in fixdep build.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1481030331-31944-4-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/Makefile.perf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf
index 33b1d9f..8f1c258 100644
--- a/tools/perf/Makefile.perf
+++ b/tools/perf/Makefile.perf
@@ -164,11 +164,6 @@ BISON   = bison
 STRIP   = strip
 AWK     = awk
 
-LIB_DIR		= $(srctree)/tools/lib/api/
-TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
-BPF_DIR		= $(srctree)/tools/lib/bpf/
-SUBCMD_DIR	= $(srctree)/tools/lib/subcmd/
-
 # include Makefile.config by default and rule out
 # non-config cases
 config := 1
@@ -210,6 +205,11 @@ sub-make: fixdep
 
 else # force_fixdep
 
+LIB_DIR         = $(srctree)/tools/lib/api/
+TRACE_EVENT_DIR = $(srctree)/tools/lib/traceevent/
+BPF_DIR         = $(srctree)/tools/lib/bpf/
+SUBCMD_DIR      = $(srctree)/tools/lib/subcmd/
+
 # Set FEATURE_TESTS to 'all' so all possible feature checkers are executed.
 # Without this setting the output feature dump file misses some features, for
 # example, liberty. Select all checkers so we won't get an incomplete feature

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv2 0/4] perf tools: Force fixdep to be built first Jiri Olsa <jolsa@kernel.org> - 2016-12-06 14:20 +0100
  [PATCH 3/4] perf tools: Move perf build related variables under non fixdep leg Jiri Olsa <jolsa@kernel.org> - 2016-12-06 14:30 +0100
    [tip:perf/core] perf tools: Move perf build related variables under  non fixdep leg tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-07 19:30 +0100
  [PATCH 2/4] perf tools: Force fixdep compilation at the start of the build Jiri Olsa <jolsa@kernel.org> - 2016-12-06 14:30 +0100
    [tip:perf/core] perf tools: Force fixdep compilation at the start  of the build tip-bot for Jiri Olsa <tipbot@zytor.com> - 2016-12-07 19:30 +0100
  [PATCH 4/4] perf tools: Move headers check into bash script Jiri Olsa <jolsa@kernel.org> - 2016-12-06 14:30 +0100
  Re: [PATCHv2 0/4] perf tools: Force fixdep to be built first Arnaldo Carvalho de Melo <acme@kernel.org> - 2016-12-06 17:20 +0100

csiph-web