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

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>

authored by

Willy Tarreau and committed by
Thomas Weißschuh
09c873c9 4bb30188

+1 -1
+1 -1
tools/include/nolibc/Makefile
··· 80 80 @echo "Supported targets under nolibc:" 81 81 @echo " all call \"headers\"" 82 82 @echo " clean clean the sysroot" 83 - @echo " headers prepare a sysroot in tools/include/nolibc/sysroot" 83 + @echo " headers prepare a sysroot in \$${OUTPUT}sysroot" 84 84 @echo " headers_standalone like \"headers\", and also install kernel headers" 85 85 @echo " help this help" 86 86 @echo ""