chenyi852 / chenyi852.github.com

It's my first blog
Apache License 2.0
0 stars 0 forks source link

向linux内核版本号添加字符/为何有时会自动添加“+”号 #6

Closed chenyi852 closed 5 years ago

chenyi852 commented 5 years ago

export LOCALVERSION= 向linux内核版本号添加字符/为何有时会自动添加“+”号

chenyi852 commented 5 years ago

export LOCALVERSION= 可以去除版本号 可以使用下面的脚本进行验证

export LOCALVERSION=
make defconfig
make prepare
bash -x  scripts/setlocalversion .
chenyi852 commented 5 years ago

disable下面的config 选型

- CONFIG_LOCALVERSION_AUTO=y
+ # CONFIG_LOCALVERSION_AUTO is not set