Ignore:
Timestamp:
08/21/2022 08:05:41 AM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
fd4792b
Parents:
b4516c2
Message:

Adopt change instructions to m32/mx32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    rb4516c2 r9282602  
    133133    esac
    134134done</userinput><userinput arch="ml_32,ml_all">
    135 for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg); do
     135for i in $(find /usr/lib32 -type f -name \*.so* ! -name \*dbg) \
     136         $(find /usr/lib32 -type f -name \*.a); do
    136137    case "$online_usrbin $online_usrlib $save_usrlib" in
    137138        *$(basename $i)* )
     
    141142    esac
    142143done</userinput><userinput arch="ml_x32,ml_all">
    143 for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg); do
     144for i in $(find /usr/libx32 -type f -name \*.so* ! -name \*dbg) \
     145         $(find /usr/libx32 -type f -name \*.a); do
    144146    case "$online_usrbin $online_usrlib $save_usrlib" in
    145147        *$(basename $i)* )
Note: See TracChangeset for help on using the changeset viewer.