]> git.baikalelectronics.ru Git - kernel.git/commit
tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases
authorIngo Molnar <mingo@kernel.org>
Thu, 10 Oct 2013 06:47:01 +0000 (08:47 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Oct 2013 13:29:09 +0000 (10:29 -0300)
commit5b3e6075e21dd9376210b290962f18b0fa95ebe2
treebf71b1af4842bdf9ba67e3fcd85b4e68c43100ea
parent106b6b00149d6acd256f6a909401fab1dcf04375
tools/perf/build: Fix DPACKAGE definitions for the libbfd et al testcases

Namhyung Kim reported these duplicate DPACKAGE definitions:

  test-libbfd:
       $(BUILD) -DPACKAGE='perf' -DPACKAGE=perf -lbfd -ldl

Fix all affected places and use Namhyung's suggestion that the
definition should look like a normal C string: -DPACKAGE='"perf"'.

Reported-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/feature-checks/Makefile