]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - Kbuild
kbuild: check sha1sum just once for each atomic header
authorMasahiro Yamada <masahiroy@kernel.org>
Sat, 20 Aug 2022 09:15:29 +0000 (18:15 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 28 Sep 2022 19:40:14 +0000 (04:40 +0900)
commitb10fdeea8cf42c0d97b337e9e501c92da4389a03
treeac5eac64779cc1e180e99e0e67eda63681dd3d3c
parenta3c4d4abaaf0b3fb3335a432fa9b75d414d1f987
kbuild: check sha1sum just once for each atomic header

It is unneeded to check the sha1sum every time.

Create the timestamp files to manage it.

Add '.' to clean-dirs because 'make clean' must visit ./Kbuild to
clean up the timestamp files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Kbuild
Makefile
scripts/atomic/check-atomics.sh [deleted file]