summaryrefslogtreecommitdiffstats
path: root/bin/helper-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* multijob_post_fork: simpler handling of return valueMike Frysinger2012-05-141-3/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* multijob_post_fork: return child statusZac Medico2012-05-141-1/+3
|
* prepstrip/ecompressdir: parallelize operationsMike Frysinger2012-05-121-0/+62
Stealing some ideas from ferringb, add a new API for doing parallel processing in bash, and then deploy this with the stripping and compressing stages. For stripping coreutils which has about 100 ELFs, this brings time to strip down from ~7 seconds to ~0.7 seconds on my system. Signed-off-by: Mike Frysinger <vapier@gentoo.org>