aboutsummaryrefslogtreecommitdiffstats
path: root/strip_files
Commit message (Collapse)AuthorAgeFilesLines
* * replace strip_files with strip_and_check_elf_files which checks forPascal Rigaux2008-05-071-73/+0
| | | | | | | | | 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
* use a better function namePascal Rigaux2008-05-061-2/+2
|
* fix *old* typo, but keep current behaviour anywayPascal Rigaux2008-05-061-11/+2
| | | | | (we would have noticed if the missing --strip-unneeded was breaking libs)
* reorder code, with function at the endGuillaume Rousse2008-02-101-29/+27
|
* fix indentationGuillaume Rousse2008-02-101-8/+8
|
* no need to duplicate variableGuillaume Rousse2008-02-101-5/+3
|
* standardize code for rejecting wrong filesGuillaume Rousse2008-02-101-3/+6
|
* no need for such headers in file, we have versionning systemGuillaume Rousse2008-02-101-9/+2
|
* build a unique exclusion pattern rather than looping around a list of patternGuillaume Rousse2008-02-101-9/+8
|
* cosmeticsGuillaume Rousse2008-01-291-11/+18
|
* fix warningGuillaume Rousse2008-01-291-1/+4
|
* sanitize usage and test of buildroot env varGuillaume Rousse2008-01-291-3/+5
|
* use strictures and warnings in all perl scriptsGuillaume Rousse2008-01-291-0/+2
|
* handle file names starting with -Frederic Lepied2005-01-071-1/+1
|
* further regexpes speedupThierry Vignaud2004-08-021-4/+4
|
* factorize codeThierry Vignaud2004-08-021-5/+9
|
* - simplifyThierry Vignaud2004-08-021-8/+4
| | | | | - fix typo in comment
* perl_checker cleanupsThierry Vignaud2004-08-021-16/+15
|
* speed up regexpesThierry Vignaud2004-08-021-2/+2
|
* don't strip /usr/lib/debug files (Götz Waschk)Frederic Lepied2003-06-201-1/+1
|
* fix EXCLUDE_FROM_STRIP in strip_filesv7_2Pascal Rigaux2000-09-041-7/+5
|
* Clean up.Chmouel Boudjnah2000-07-201-5/+2
|
* * use EXCLUDE_FROM_STRIP env variable to list files to excludeFrederic Lepied2000-02-281-1/+11
| | | | | from stripping.
* Initial revisionCookertopic/MandrakeSoftChmouel Boudjnah2000-02-181-0/+73