diff options
author | Amerigo Wang <amwang@redhat.com> | 2011-08-17 03:10:52 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-09-09 05:48:31 -0400 |
commit | cd96ea3a4f2c9c226216c8d8e57fd8f86801515d (patch) | |
tree | b8878e38099262e9583e4f86dcd0f51b8c5bb98b /Makefile | |
parent | 6a5be57f0f00bf5f39b983ec98d58058bc696543 (diff) |
Makefile: remove a duplicated line
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>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1296,7 +1296,6 @@ help: | |||
1296 | @echo ' 2: warnings which occur quite often but may still be relevant' | 1296 | @echo ' 2: warnings which occur quite often but may still be relevant' |
1297 | @echo ' 3: more obscure warnings, can most likely be ignored' | 1297 | @echo ' 3: more obscure warnings, can most likely be ignored' |
1298 | @echo ' Multiple levels can be combined with W=12 or W=123' | 1298 | @echo ' Multiple levels can be combined with W=12 or W=123' |
1299 | @echo ' make RECORDMCOUNT_WARN=1 [targets] Warn about ignored mcount sections' | ||
1300 | @echo '' | 1299 | @echo '' |
1301 | @echo 'Execute "make" or "make all" to build all targets marked with [*] ' | 1300 | @echo 'Execute "make" or "make all" to build all targets marked with [*] ' |
1302 | @echo 'For further info see the ./README file' | 1301 | @echo 'For further info see the ./README file' |