Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: clean up scripts/remove-stale-files

These lines have been here for more than a year. Remove them.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-18
-18
scripts/remove-stale-files
··· 20 20 # yard. Stale files stay in this file for a while (for some release cycles?), 21 21 # then will be really dead and removed from the code base entirely. 22 22 23 - rm -f arch/powerpc/purgatory/kexec-purgatory.c 24 - rm -f arch/riscv/purgatory/kexec-purgatory.c 25 - rm -f arch/x86/purgatory/kexec-purgatory.c 26 - 27 - rm -f scripts/extract-cert 28 - 29 - rm -f scripts/kconfig/[gmnq]conf-cfg 30 - 31 - rm -f rust/target.json 32 - 33 - rm -f scripts/bin2c 34 - 35 - rm -f .scmversion 36 - 37 - rm -rf include/ksym 38 - 39 - find . -name '*.usyms' | xargs rm -f 40 - 41 23 rm -f *.spec