Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 31b8cc8

Browse files
rddunlaptorvalds
authored andcommitted
make help: add tools help target
Add a top-level Makefile help target for Userspace tools. Also make each help "heading" end with a colon ':'. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Randy Dunlap <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 7c30f35 commit 31b8cc8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

+6-2
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ help:
13741374
@echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \
13751375
echo ' (default: $(INSTALL_HDR_PATH))'; \
13761376
echo ''
1377-
@echo 'Static analysers'
1377+
@echo 'Static analysers:'
13781378
@echo ' checkstack - Generate a list of stack hogs'
13791379
@echo ' namespacecheck - Name space analysis on compiled kernel'
13801380
@echo ' versioncheck - Sanity check on version.h usage'
@@ -1384,14 +1384,18 @@ help:
13841384
@echo ' headerdep - Detect inclusion cycles in headers'
13851385
@$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
13861386
@echo ''
1387-
@echo 'Kernel selftest'
1387+
@echo 'Kernel selftest:'
13881388
@echo ' kselftest - Build and run kernel selftest (run as root)'
13891389
@echo ' Build, install, and boot kernel before'
13901390
@echo ' running kselftest on it'
13911391
@echo ' kselftest-clean - Remove all generated kselftest files'
13921392
@echo ' kselftest-merge - Merge all the config dependencies of kselftest to existed'
13931393
@echo ' .config.'
13941394
@echo ''
1395+
@echo 'Userspace tools targets:'
1396+
@echo ' use "make tools/help"'
1397+
@echo ' or "cd tools; make help"'
1398+
@echo ''
13951399
@echo 'Kernel packaging:'
13961400
@$(MAKE) $(build)=$(package-dir) help
13971401
@echo ''

0 commit comments

Comments
 (0)