From: Masahiro Yamada Date: Wed, 20 Jan 2021 04:04:03 +0000 (+0900) Subject: kbuild: stop removing stale file X-Git-Tag: v5.12-rc1~35^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0dd77e957a005fa41bf36cdbb0ce841ef7edcdb4;p=thirdparty%2Flinux.git kbuild: stop removing stale file Revert commit 223c24a7dba9 ("kbuild: Automatically remove stale file"). It was more than 6 years ago. I do not expect anybody to start git-bisect for such a big window. Signed-off-by: Masahiro Yamada --- diff --git a/Makefile b/Makefile index f0cfcc7e0886f..c1cac349ba4e3 100644 --- a/Makefile +++ b/Makefile @@ -257,7 +257,6 @@ export building_out_of_srctree srctree objtree VPATH # of make so .config is not included in this case either (for *config). version_h := include/generated/uapi/linux/version.h -old_version_h := include/linux/version.h clean-targets := %clean mrproper cleandocs no-dot-config-targets := $(clean-targets) \ @@ -1253,7 +1252,6 @@ endef $(version_h): FORCE $(call filechk,version.h) - $(Q)rm -f $(old_version_h) include/generated/utsrelease.h: include/config/kernel.release FORCE $(call filechk,utsrelease.h)