mirror of
https://abf.rosa.ru/djam/kernel-5.13.git
synced 2025-02-25 16:12:50 +00:00
Remove .get_maintainer.ignore earlier in the build
This commit is contained in:
parent
bc997ed52a
commit
896da05487
1 changed files with 1 additions and 3 deletions
|
@ -1153,7 +1153,7 @@ LC_ALL=C perl -p -i -e "s/^SUBLEVEL.*/SUBLEVEL = %{sublevel}/" Makefile
|
||||||
|
|
||||||
# get rid of unwanted files
|
# get rid of unwanted files
|
||||||
find . -name '*~' -o -name '*.orig' -o -name '*.append' | %kxargs rm -f
|
find . -name '*~' -o -name '*.orig' -o -name '*.append' | %kxargs rm -f
|
||||||
|
find . -name '.get_maintainer.ignore' | %kxargs rm -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
@ -1326,8 +1326,6 @@ SaveDevel() {
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
rm -f $TempDevelRoot/.config.old
|
rm -f $TempDevelRoot/.config.old
|
||||||
|
|
||||||
rm -f $TempDevelRoot/.get_maintainer.ignore
|
|
||||||
|
|
||||||
# fix permissions
|
# fix permissions
|
||||||
chmod -R a+rX $TempDevelRoot
|
chmod -R a+rX $TempDevelRoot
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue