]> Gentwo Git Trees - linux/.git/commitdiff
tools/nolibc: fix misleading help message regarding installation path
authorWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2025 10:46:08 +0000 (11:46 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Sun, 2 Nov 2025 11:04:54 +0000 (12:04 +0100)
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>
tools/include/nolibc/Makefile

index 9bbbba32dac68ca94a3b76f9c86c7c656b36bcd5..615ffc4d6daa773fd86440d4983b151a46e16f56 100644 (file)
@@ -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 ""