]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
tools/nolibc: drop superfluous invocation of mkdir
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 1 Apr 2026 15:08:29 +0000 (17:08 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Thu, 2 Apr 2026 15:11:42 +0000 (17:11 +0200)
The call to 'mkdir -p $(OUTPUT)sysroot/include' will also create the
sysroot directory.

Drop the unnecessary explicit invocation of mkdir.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20260401-nolibc-cleanup-v1-2-bcf4c9f5c1be@weissschuh.net
tools/include/nolibc/Makefile

index 76cfbfddf3c6ffdf0271019e2ae155f1e29e404a..22e2f54cd5ca1eec5c1bd075ff243a6282075216 100644 (file)
@@ -97,7 +97,6 @@ help:
 
 # installs headers for all archs at once.
 headers:
-       $(Q)mkdir -p "$(OUTPUT)sysroot"
        $(Q)mkdir -p "$(OUTPUT)sysroot/include"
        $(Q)cp --parents $(arch_files) $(all_files) "$(OUTPUT)sysroot/include/"