Ignore:
Timestamp:
08/21/2022 12:16:03 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
cf6ee3d9
Parents:
9f2ddee
git-author:
Xi Ruoyao <xry111@…> (08/21/2022 12:13:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/21/2022 12:16:03 AM)
Message:

building-notes: comment out bad stripping command

The stripping command will definitely destroy the system. Leave it out
until we can figure out how to strip a running system correctly.

Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2022-08/msg00018.html

File:
1 edited

Legend:

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

    r9f2ddee r067189d  
    496496  </sect2>
    497497
     498<!-- Commented out because it's wrong and known to destroy system
     499     EVEN IF you followed the <warning> below!
    498500  <sect2 id="stripping">
    499501    <title>Stripping One More Time</title>
     
    518520<screen><userinput>find /usr/{bin,lib,sbin} \
    519521    -type f \( -name \*.so* -a ! -name \*dbg \) \
    520     -exec strip --strip-unneeded {} \;</userinput></screen>
     522    -exec strip - -strip-unneeded {} \;</userinput></screen>
    521523
    522524    <para>
     
    533535
    534536  </sect2>
     537-->
    535538<!--
    536539  <sect2 id="libtool">
Note: See TracChangeset for help on using the changeset viewer.