kbuild: link-vmlinux.sh: simplify .version increment
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 22 Sep 2017 05:31:13 +0000 (14:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 9 Oct 2017 14:28:46 +0000 (23:28 +0900)
commit278ae6040397f37fa6a96a6b86ed02d4762080a7
treef8796d31b30bf077b0868a49bc8a0dabf401bde0
parentf231e43333124d92a82acd19431f8104b8e48a75
kbuild: link-vmlinux.sh: simplify .version increment

Since commit 1f2bfbd00e46 ("kbuild: link of vmlinux moved to a
script"), it is easy to increment .version without using a temporary
file .old_version.

I do not see anybody who creates the .tmp_version.  Probably it is a
left-over of commit 4e25d8bb9550fb ("[PATCH] kbuild: adjust .version
updating").  Just remove it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile
scripts/link-vmlinux.sh