Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Amerigo Wang and committed by
Michal Marek
cd96ea3a 6a5be57f

-1
-1
Makefile
··· 1296 1296 @echo ' 2: warnings which occur quite often but may still be relevant' 1297 1297 @echo ' 3: more obscure warnings, can most likely be ignored' 1298 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 1299 @echo '' 1301 1300 @echo 'Execute "make" or "make all" to build all targets marked with [*] ' 1302 1301 @echo 'For further info see the ./README file'