All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] makefile: remove a duplicated line
@ 2011-08-17  7:10 Amerigo Wang
  2011-09-09  9:49 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Amerigo Wang @ 2011-08-17  7:10 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, WANG Cong, Michal Marek, linux-kbuild

There are two duplicated lines for 'make RECORDMCOUNT_WARN=1 [targets]'
in 'make help', remove the second one.

Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>

---
diff --git a/Makefile b/Makefile
index 3241d41..b7a08ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1296,7 +1296,6 @@ help:
 	@echo  '		2: warnings which occur quite often but may still be relevant'
 	@echo  '		3: more obscure warnings, can most likely be ignored'
 	@echo  '		Multiple levels can be combined with W=12 or W=123'
-	@echo  '  make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections'
 	@echo  ''
 	@echo  'Execute "make" or "make all" to build all targets marked with [*] '
 	@echo  'For further info see the ./README file'

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

end of thread, other threads:[~2011-09-09  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17  7:10 [Patch] makefile: remove a duplicated line Amerigo Wang
2011-09-09  9:49 ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.