mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
tools/nolibc: fix misleading help message regarding installation path
The help message says the headers are going to be installed into tools/include/nolibc but this is only the default if $OUTPUT is not set, so better clarify this (the current value of $OUTPUT is already shown). Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
This commit is contained in:
committed by
Thomas Weißschuh
parent
4bb30188c7
commit
09c873c91f
@@ -80,7 +80,7 @@ help:
|
||||
@echo "Supported targets under nolibc:"
|
||||
@echo " all call \"headers\""
|
||||
@echo " clean clean the sysroot"
|
||||
@echo " headers prepare a sysroot in tools/include/nolibc/sysroot"
|
||||
@echo " headers prepare a sysroot in \$${OUTPUT}sysroot"
|
||||
@echo " headers_standalone like \"headers\", and also install kernel headers"
|
||||
@echo " help this help"
|
||||
@echo ""
|
||||
|
||||
Reference in New Issue
Block a user