mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
tools/nolibc: drop superfluous invocation of mkdir
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
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user