summaryrefslogtreecommitdiffstats
path: root/scripts/remove-stale-files
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2023-09-30 19:38:47 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2023-10-03 20:49:09 +0900
commitffa46bbc5892ebba8a95c839dc302cad7f22c209 (patch)
treece75b6f4fb256c59c02c6631c3b34a65ce707f32 /scripts/remove-stale-files
parent4074532758c5c367d3fcb8d124150824a254659d (diff)
downloadlinux-stable-ffa46bbc5892ebba8a95c839dc302cad7f22c209.tar.gz
linux-stable-ffa46bbc5892ebba8a95c839dc302cad7f22c209.tar.bz2
linux-stable-ffa46bbc5892ebba8a95c839dc302cad7f22c209.zip
kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/
kernel.spec is the last piece that resides outside the rpmbuild/ directory. Move all the RPM-related files to rpmbuild/ consistently. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nathan Chancellor <nathan@kernel.org> Tested-by: Nathan Chancellor <nathan@kernel.org>
Diffstat (limited to 'scripts/remove-stale-files')
-rwxr-xr-xscripts/remove-stale-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/remove-stale-files b/scripts/remove-stale-files
index 8b1a636f8543..385610fe3936 100755
--- a/scripts/remove-stale-files
+++ b/scripts/remove-stale-files
@@ -38,4 +38,4 @@ rm -rf include/ksym
find . -name '*.usyms' | xargs rm -f
-rm -f binkernel.spec
+rm -f *.spec