mirror of
https://abf.rosa.ru/djam/kernel-6.7-xanmod.git
synced 2025-02-24 09:32:49 +00:00
Do not install files for 'csky' arch yet
This commit is contained in:
parent
6f36e14874
commit
4dc86f69fc
1 changed files with 2 additions and 2 deletions
|
@ -730,7 +730,7 @@ SaveDevel() {
|
|||
# needed for arch/x86/purgatory
|
||||
cp -fR lib/*.h lib/*.c $TempDevelRoot/lib/
|
||||
|
||||
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
||||
for i in alpha arc avr32 blackfin c6x cris csky frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
||||
mips mn10300 nds32 nios2 openrisc parisc powerpc riscv s390 score sh sparc tile unicore32 xtensa; do
|
||||
rm -rf $TempDevelRoot/arch/$i
|
||||
done
|
||||
|
@ -1070,7 +1070,7 @@ chmod -R a+rX %{target_source}
|
|||
|
||||
# we remove all the source files that we don't ship
|
||||
# first architecture files
|
||||
for i in alpha arc avr32 blackfin c6x cris frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
||||
for i in alpha arc avr32 blackfin c6x cris csky frv h8300 hexagon ia64 m32r m68k m68knommu metag microblaze \
|
||||
mips nios2 openrisc parisc powerpc s390 score sh sh64 sparc tile unicore32 v850 xtensa mn10300; do
|
||||
rm -rf %{target_source}/arch/$i
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue