mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
Don't add + to allow kernel version to match binary module vermagic
This commit is contained in:
committed by
Hakjoo Kim
parent
e41db26647
commit
ea29afc3fd
@@ -163,15 +163,15 @@ res="${res}${CONFIG_LOCALVERSION}${LOCALVERSION}"
|
||||
if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then
|
||||
# full scm version string
|
||||
res="$res$(scm_version)"
|
||||
else
|
||||
#else
|
||||
# append a plus sign if the repository is not in a clean
|
||||
# annotated or signed tagged state (as git describe only
|
||||
# looks at signed or annotated tags - git tag -a/-s) and
|
||||
# LOCALVERSION= is not specified
|
||||
if test "${LOCALVERSION+set}" != "set"; then
|
||||
scm=$(scm_version --short)
|
||||
res="$res${scm:++}"
|
||||
fi
|
||||
# if test "${LOCALVERSION+set}" != "set"; then
|
||||
# scm=$(scm_version --short)
|
||||
# res="$res${scm:++}"
|
||||
# fi
|
||||
fi
|
||||
|
||||
echo "$res"
|
||||
|
||||
Reference in New Issue
Block a user