diff options
author | John Kacur <jkacur@redhat.com> | 2012-02-01 22:16:31 (GMT) |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-02-02 19:37:51 (GMT) |
commit | 946d863cc0d2262080c8101c8e6299974e449fe3 (patch) | |
tree | b3a95ce046f60997f293ff79302a082710deaa02 /tools/perf/util | |
parent | 0529bc1fe1e3e509a2fc06fe887b0c76b1eb01f9 (diff) | |
download | linux-fsl-qoriq-946d863cc0d2262080c8101c8e6299974e449fe3.tar.xz |
perf tools: Remove distclean from Makefile help output
distclean as an alias for clean was removed from the perf Makefile by
commit a3d1ee10d1bf4520af3d44c1aa6cd46956ec4fd7
However, that commit neglected to remove it from the help output of
the perf Makefile, which could result in a user trying the following.
$ cd tools/perf/
$ make help | grep distclean
distclean - alias to clean
$ make distclean
make: *** No rule to make target `distclean'. Stop.
This patch removes it from the Makefile help output.
Link: http://lkml.kernel.org/r/1328134591-19851-1-git-send-email-jkacur@redhat.com
Signed-off-by: John Kacur <jkacur@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util')
0 files changed, 0 insertions, 0 deletions