diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2024-09-07 02:29:14 +0900 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2024-10-03 16:07:51 -0400 |
| commit | 3b70b66e03b54428d45c3fe9b8693cffcde45bf6 (patch) | |
| tree | 5260796010b865531a07c8acdcba5483921028c5 /scripts/remove-stale-files | |
| parent | 541b57e313683b3d4c365fe3109fb34828b165cd (diff) | |
selinux: move genheaders to security/selinux/
This tool is only used in security/selinux/Makefile.
Move it to security/selinux/ so that 'make clean' can clean it up.
Please note 'make clean' does not clean scripts/ because tools under
scripts/ are often used for external module builds. Obviously, genheaders
is not the case here.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'scripts/remove-stale-files')
| -rwxr-xr-x | scripts/remove-stale-files | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/remove-stale-files b/scripts/remove-stale-files index 8fc55a749ccc..6e39fa8540df 100755 --- a/scripts/remove-stale-files +++ b/scripts/remove-stale-files @@ -20,6 +20,9 @@ set -e # yard. Stale files stay in this file for a while (for some release cycles?), # then will be really dead and removed from the code base entirely. +# moved to security/selinux/genheaders +rm -f scripts/selinux/genheaders/genheaders + rm -f *.spec rm -f lib/test_fortify.log |