Merge pull request #107525 from xaverdh/kernel-manual-config-fix
This commit is contained in:
commit
f0955beaff
@ -261,8 +261,7 @@ let
|
||||
find . -type f -name '*.lds' -print0 | xargs -0 -r chmod u-w
|
||||
|
||||
# Keep root and arch-specific Makefiles
|
||||
chmod u-w Makefile
|
||||
chmod u-w arch/$arch/Makefile*
|
||||
chmod u-w Makefile arch/"$arch"/Makefile*
|
||||
|
||||
# Keep whole scripts dir
|
||||
chmod u-w -R scripts
|
||||
|
Loading…
Reference in New Issue
Block a user