linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf: Remove distclean from Makefile help output
@ 2012-02-01 22:16 John Kacur
  2012-02-07 19:32 ` [tip:perf/core] perf tools: " tip-bot for John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: John Kacur @ 2012-02-01 22:16 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo; +Cc: lkml, John Kacur

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@redhat.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:perf/core] perf tools: Remove distclean from Makefile help output
  2012-02-01 22:16 [PATCH] perf: Remove distclean from Makefile help output John Kacur
@ 2012-02-07 19:32 ` tip-bot for John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for John Kacur @ 2012-02-07 19:32 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: acme, linux-kernel, hpa, mingo, jkacur, tglx

Commit-ID:  946d863cc0d2262080c8101c8e6299974e449fe3
Gitweb:     http://git.kernel.org/tip/946d863cc0d2262080c8101c8e6299974e449fe3
Author:     John Kacur <jkacur@redhat.com>
AuthorDate: Wed, 1 Feb 2012 23:16:31 +0100
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 2 Feb 2012 17:37:51 -0200

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>
---
 tools/perf/Makefile |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index d64f581..64df5de 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -794,7 +794,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:

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-07 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-01 22:16 [PATCH] perf: Remove distclean from Makefile help output John Kacur
2012-02-07 19:32 ` [tip:perf/core] perf tools: " tip-bot for John Kacur

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).