Changeset 7e255b8
- Timestamp:
- 04/01/2023 09:36:16 AM (6 months ago)
- Branches:
- 12.0, kea, lazarus, lxqt, qt5new, trunk, xry111/xf86-video-removal
- Children:
- f862f7c0
- Parents:
- 073aa45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/important/building-notes.xml
r073aa45 r7e255b8 636 636 find /usr/lib -type f -name '*.a' 637 637 find /usr/{bin,sbin,libexec} -type f 638 } | xargs stat -c '%m %i %n' | sort | while read f ile; do638 } | xargs stat -c '%m %i %n' | sort | while read fs inode file; do 639 639 if ! readelf -h $file >/dev/null 2>&1; then continue; fi 640 640 if file $file | grep --quiet --invert-match 'not stripped'; then continue; fi
Note:
See TracChangeset
for help on using the changeset viewer.