]> 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)
commitb0830cc04aaa51832048197310ad44a8cdfe21c9
treebf71b1af4842bdf9ba67e3fcd85b4e68c43100ea
parent34b809dd75f02cd2ff298fa60c1d0ce895eff371
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