remove-stale-files (14e77332e74603efab8347c89d3cda447c3b97c9) remove-stale-files (3122c84409d578a5df8bcb1953547e0b871ac4c2)
1#!/bin/sh
2
3set -e
4
5# When you move, remove or rename generated files, you probably also update
6# .gitignore and cleaning rules in the Makefile. This is the right thing
7# to do. However, people usually do 'git pull', 'git bisect', etc. without
8# running 'make clean'. Then, the stale generated files are left over, often

--- 33 unchanged lines hidden (view full) ---

42 done
43fi
44
45rm -f arch/riscv/purgatory/kexec-purgatory.c
46
47rm -f scripts/extract-cert
48
49rm -f arch/x86/purgatory/kexec-purgatory.c
1#!/bin/sh
2
3set -e
4
5# When you move, remove or rename generated files, you probably also update
6# .gitignore and cleaning rules in the Makefile. This is the right thing
7# to do. However, people usually do 'git pull', 'git bisect', etc. without
8# running 'make clean'. Then, the stale generated files are left over, often

--- 33 unchanged lines hidden (view full) ---

42 done
43fi
44
45rm -f arch/riscv/purgatory/kexec-purgatory.c
46
47rm -f scripts/extract-cert
48
49rm -f arch/x86/purgatory/kexec-purgatory.c
50
51rm -f scripts/kconfig/[gmnq]conf-cfg