]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit010d03d0e8fb0a2690d5a79c6580d8c4f32c937e
tree4b6af891d60ed2a5762a6581a91a284e80bb9cf8
parent5bf4b30ed49b9af281bdf11c788f382faa432cfd
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
tools/include/nolibc/Makefile