Shea Levy
|
d39be63a10
|
stripDirs: Silence annoying 'File format not recognized' errors
|
2017-03-08 14:25:06 -05:00 |
|
Peter Simons
|
397c75aeb4
|
Revert "Just strip everything by default"
This reverts commit 2362891dc815160e343e52458f25db22508ac487. The patch
is broken. :-(
|
2016-05-04 13:40:53 +02:00 |
|
Guillaume Maudoux
|
2362891dc8
|
Just strip everything by default
Run strip of each file and discard expected failure types.
Also default to stripping the entire output.
|
2016-05-03 11:04:34 +02:00 |
|
Eelco Dolstra
|
2def8e7499
|
Remove addHook
Just use bash arrays directly. I.e.
addHook preConfigure myPreConfigure
is now
preConfigureHooks+=(myPreConfigure)
|
2014-08-09 12:45:53 +02:00 |
|
Eelco Dolstra
|
5e82aab5d4
|
Drop redundant space
|
2014-08-09 12:44:49 +02:00 |
|
Eelco Dolstra
|
daa66b8b1c
|
Factor out fixup phase stuff into separate setup hooks
|
2014-08-09 12:44:49 +02:00 |
|