summaryrefslogtreecommitdiffstats
path: root/bin/ebuild-helpers
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-14 01:42:12 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-14 01:42:12 -0700
commitc534e32f78cf7c543e9203e7fe1c7b1630144ffb (patch)
tree2c8177a423dd75b996b0fd4c2338dbd32cb93fb4 /bin/ebuild-helpers
parentb4fba3e9fa2e285244de491f57700978158c1838 (diff)
downloadportage-c534e32f78cf7c543e9203e7fe1c7b1630144ffb.tar.gz
portage-c534e32f78cf7c543e9203e7fe1c7b1630144ffb.tar.bz2
portage-c534e32f78cf7c543e9203e7fe1c7b1630144ffb.zip
prepstrip: wait for Pre-stripped check to finish
Diffstat (limited to 'bin/ebuild-helpers')
-rwxr-xr-xbin/ebuild-helpers/prepstrip3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip
index a5b2cae8b..063a17c89 100755
--- a/bin/ebuild-helpers/prepstrip
+++ b/bin/ebuild-helpers/prepstrip
@@ -215,6 +215,9 @@ if ! ${RESTRICT_binchecks} && ! ${RESTRICT_strip} ; then
multijob_post_fork
fi
+# Let the Pre-stripped check finish before we start stripping
+multijob_finish
+
# Now we look for unstripped binaries.
for x in \
$(scanelf -yqRBF '#k%F' -k '.symtab' "$@") \