diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-01 18:08:29 +0300 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-02 18:11:42 +0300 |
| commit | 010d03d0e8fb0a2690d5a79c6580d8c4f32c937e (patch) | |
| tree | 4b6af891d60ed2a5762a6581a91a284e80bb9cf8 /tools | |
| parent | 5bf4b30ed49b9af281bdf11c788f382faa432cfd (diff) | |
| download | linux-010d03d0e8fb0a2690d5a79c6580d8c4f32c937e.tar.xz | |
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
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/include/nolibc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 76cfbfddf3c6..22e2f54cd5ca 100644 --- a/tools/include/nolibc/Makefile +++ b/tools/include/nolibc/Makefile @@ -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/" |
