diff options
author | 2024-07-05 00:23:32 +0900 | |
---|---|---|
committer | 2024-07-16 16:07:14 +0900 | |
commit | d67015eedd9722cfbf9d929be743ce27dfcd0744 (patch) | |
tree | 7787dedcb5e6a07926201eb21b2a81dd9d73d58a /scripts/generate_rust_analyzer.py | |
parent | modpost: rename R_ARM_THM_CALL to R_ARM_THM_PC22 (diff) | |
download | wireguard-linux-d67015eedd9722cfbf9d929be743ce27dfcd0744.tar.xz wireguard-linux-d67015eedd9722cfbf9d929be743ce27dfcd0744.zip |
kbuild: deb-pkg: use default string when variable is unset or null
${DEBFULLNAME-${user}} falls back to ${user} when DEBFULLNAME is unset.
It is more reasonable to do so when DEBFULLNAME is unset or null.
Otherwise, the command:
$ DEBFULLNAME= make deb-pkg
will leave the name field blank.
The same applies to KBUILD_BUILD_USER and KBUILD_BUILD_HOST.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions