[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1328134591-19851-1-git-send-email-jkacur@redhat.com>
Date: Wed, 1 Feb 2012 23:16:31 +0100
From: John Kacur <jkacur@...hat.com>
To: Arnaldo Carvalho de Melo <acme@...radead.org>
Cc: lkml <linux-kernel@...r.kernel.org>, John Kacur <jkacur@...hat.com>
Subject: [PATCH] perf: 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.
Signed-off-by: John Kacur <jkacur@...hat.com>
---
tools/perf/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index ac86d67..e4233c7 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -795,7 +795,6 @@ help:
@echo ' quick-install-html - install the html documentation quickly'
@echo ''
@echo 'Perf maintainer targets:'
- @echo ' distclean - alias to clean'
@echo ' clean - clean all binary objects and build output'
doc:
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists