prepstrip: wait for Pre-stripped check to finish
authorZac Medico <zmedico@gentoo.org>
Mon, 14 May 2012 08:42:12 +0000 (01:42 -0700)
committerZac Medico <zmedico@gentoo.org>
Mon, 14 May 2012 08:42:12 +0000 (01:42 -0700)
bin/ebuild-helpers/prepstrip

index a5b2cae8b546572790653de5ec593a55067d83ab..063a17c89b36a4d47ad55ad5cf6b6c6c1d90ff7c 100755 (executable)
@@ -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' "$@") \