Changeset 7e255b8


Ignore:
Timestamp:
04/01/2023 09:36:16 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f862f7c0
Parents:
073aa459
Message:

building-notes: Fix stupid typo in stripping script

I should have copied tested script file into the XML, instead of editing
it...

File:
1 edited

Legend:

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

    r073aa459 r7e255b8  
    636636  find /usr/lib -type f -name '*.a'
    637637  find /usr/{bin,sbin,libexec} -type f
    638 } | xargs stat -c '%m %i %n' | sort | while read file; do
     638} | xargs stat -c '%m %i %n' | sort | while read fs inode file; do
    639639       if ! readelf -h $file >/dev/null 2>&amp;1; then continue; fi
    640640       if file $file | grep --quiet --invert-match 'not stripped'; then continue; fi
Note: See TracChangeset for help on using the changeset viewer.