From c534e32f78cf7c543e9203e7fe1c7b1630144ffb Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 14 May 2012 01:42:12 -0700 Subject: prepstrip: wait for Pre-stripped check to finish --- bin/ebuild-helpers/prepstrip | 3 +++ 1 file changed, 3 insertions(+) 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' "$@") \ -- cgit v1.2.3-1-g7c22