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)
commitbd69cc286d817a4ce55b8969b0975e42168fe7c0
tree00d3360de05c60f706da327b1bb671673790ebf8
parent2cfbe880f0a8eed7beabade3e06fd53f999b3e32
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]