Changeset 1c3f6da1 for introduction


Ignore:
Timestamp:
02/27/2019 04:49:50 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
42961885
Parents:
0112339
Message:

Make stripping command more robust.
Use a better URL for lsof.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21257 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    r0112339 r1c3f6da1  
    414414    </para>
    415415
    416 <screen><userinput>find /{,usr/}{bin,lib,sbin} -type f -exec strip --strip-unneeded {} \;</userinput></screen>
     416<screen><userinput>find /{,usr/}{bin,lib,sbin} \
     417    -type f \( -name \*.so* -a ! -name \*dbg \) \
     418    -exec strip --strip-unneeded {} \;</userinput></screen>
    417419
    418420    <para>
Note: See TracChangeset for help on using the changeset viewer.