[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHFnbA=sz+_8rESX212aRphen5YCC6ikoX2riprCZBh4wp1O9Q@mail.gmail.com>
Date: Sat, 22 Oct 2011 16:32:20 +0900
From: Jongman Heo <jongman.heo@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Makefile: Remove duplicate description of "make RECORDMCOUNT_WARN=1"
Remove duplicate "make RECORDMCOUNT_WARN=1" description from "make help" output
Signed-off-by: Jongman Heo <jongman.heo@...il.com>
---
Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 2652089..86437a3 100644
--- a/Makefile
+++ b/Makefile
@@ -1290,7 +1290,6 @@ help:
@echo ' make O=dir [targets] Locate all output files in "dir",
including .config'
@echo ' make C=1 [targets] Check all c source with $$CHECK
(sparse by default)'
@echo ' make C=2 [targets] Force check of all c source with $$CHECK'
- @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored
mcount sections'
@echo ' make W=n [targets] Enable extra gcc checks, n=1,2,3 where'
@echo ' 1: warnings which may be relevant and do not occur too often'
@echo ' 2: warnings which occur quite often but may still be relevant'
--
1.7.6.4
--
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