Skip to content
Commit 099c22bd authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh

The two commits

  d8d2d382 ("kbuild: remove PYTHON variable")
  a8cccdd9

 ("init: lto: ensure initcall ordering")

were applied in the same development cycle, into two different trees.

After they were merged together, this ${PYTHON} expands to an empty
string.

Therefore, ${srctree}/scripts/jobserver-exec is executed directly.
(it has the executable bit set)

This is working but let's fix the code into the intended form.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
Reviewed-by: default avatarSedat Dilek <sedat.dilek@gmail.com>
parent b6ad5416
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment