提交 0f9c608d 编写于 作者: R Rasmus Villemoes 提交者: Masahiro Yamada

init/Kconfig: fix LOCALVERSION_AUTO help text

It was never guaranteed to be exactly eight, but since commit
548b8b51 ("scripts/setlocalversion: make git describe output more
reliable"), it has been exactly 12.
Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 74d3320f
...@@ -204,7 +204,7 @@ config LOCALVERSION_AUTO ...@@ -204,7 +204,7 @@ config LOCALVERSION_AUTO
appended after any matching localversion* files, and after the value appended after any matching localversion* files, and after the value
set in CONFIG_LOCALVERSION. set in CONFIG_LOCALVERSION.
(The actual string used here is the first eight characters produced (The actual string used here is the first 12 characters produced
by running the command: by running the command:
$ git rev-parse --verify HEAD $ git rev-parse --verify HEAD
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册