diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-09-30 19:38:47 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-10-03 20:49:09 +0900 |
commit | ffa46bbc5892ebba8a95c839dc302cad7f22c209 (patch) | |
tree | ce75b6f4fb256c59c02c6631c3b34a65ce707f32 /scripts/remove-stale-files | |
parent | 4074532758c5c367d3fcb8d124150824a254659d (diff) | |
download | linux-ffa46bbc5892ebba8a95c839dc302cad7f22c209.tar.gz linux-ffa46bbc5892ebba8a95c839dc302cad7f22c209.tar.bz2 linux-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-x | scripts/remove-stale-files | 2 |
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 |