]> 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)
commit5f1e693cb69e6f11c5b0c6f14d2248545d6428c0
tree00d3360de05c60f706da327b1bb671673790ebf8
parent564491d1f726e691b1b1b2be8be97e73be606a82
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]