devel/subversion: Make all binaries stripping explicit.
Running ${STRIP_CMD} on non-binary file can left zero-length
temporary file.
Strip all binaries explicitly, with list of them and loop, instead
of calling ${STRIP_CMD} with '*'.
(cherry picked from commit 59cb6bb257fe2d25041e9e0781c246ca6fcc2669)