aboutsummaryrefslogtreecommitdiffstats
path: root/strip_and_check_elf_files
Commit message (Collapse)AuthorAgeFilesLines
* code cleanupGuillaume Rousse2009-09-251-9/+11
|
* use standard library instead of unreadable codeGuillaume Rousse2009-09-251-6/+1
|
* wrap long linesGuillaume Rousse2009-09-251-2/+6
|
* fix indendationGuillaume Rousse2009-09-251-15/+19
|
* set LD_LIBRARY_PATH to build root before calling ldd (#41522)Guillaume Rousse2009-09-251-0/+5
|
* fix EXCLUDE_FROM_STRIP issue dealing with more than just one pattern, whichv0.30.5Per Øyvind Karlsen2009-06-251-2/+3
| | | | | | | would result in files being stripped even when they should've been excluded (cause of mdv bug #51374)
* fix exception handling:Guillaume Rousse2009-05-081-3/+2
| | | | | | | - exported string is now a single regexp, as automatic dependencies exceptions - don't change directory in compress_file, so as to match absolute path easily, as $File::Find::name will always be relative to $buildroot
* strip_and_check_elf_files: skip check on /usr/lib/debug (#40847)Pascal Rigaux2008-05-151-6/+8
|
* return of the explicit symlink test during file recursion, as previous ↵Guillaume Rousse2008-05-141-0/+2
| | | | commit make them accepted
* change strategy when recursing files from accepting everything but some ↵Guillaume Rousse2008-05-141-4/+2
| | | | exceptions to rejecting everything but files, for more robustness
* * replace strip_files with strip_and_check_elf_files which checks forPascal Rigaux2008-05-071-0/+91
overlinking (cf http://wiki.mandriva.com/en/Overlinking) and "missing linking" (need checking if there are too many false positives) nb: strip_and_check_elf_files is done last in %__spec_helper_post so that the warning is easier to see in rpmbuild logs