]> git.baikalelectronics.ru Git - kernel.git/commit
tools/perf/build: Flip Makefile.parallel and Makefile.perf
authorIngo Molnar <mingo@kernel.org>
Wed, 2 Oct 2013 09:49:08 +0000 (11:49 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 06:48:55 +0000 (08:48 +0200)
commit1095a99bd11882279dc92ba88b6d0a03ab52bd29
tree00d3360de05c60f706da327b1bb671673790ebf8
parente5cef422e1adc9a6f8c96d06b022e809a9de4e43
tools/perf/build: Flip Makefile.parallel and Makefile.perf

To make it more apparent that there is not change in functionality we introduced
Makefile.parallel separately and now flip it with the main Makefile, which
moves into Makefile.perf.

The renames are:

   Makefile.parallel => Makefile
   Makefile          => Makefile.perf

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>
Link: http://lkml.kernel.org/n/tip-igRfuw9ugbnnpixLd6wpptzl@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/perf/Makefile
tools/perf/Makefile.parallel [deleted file]
tools/perf/Makefile.perf [new file with mode: 0644]