projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4fba3e
)
prepstrip: wait for Pre-stripped check to finish
author
Zac Medico
<zmedico@gentoo.org>
Mon, 14 May 2012 08:42:12 +0000
(
01:42
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 14 May 2012 08:42:12 +0000
(
01:42
-0700)
bin/ebuild-helpers/prepstrip
patch
|
blob
|
history
diff --git
a/bin/ebuild-helpers/prepstrip
b/bin/ebuild-helpers/prepstrip
index a5b2cae8b546572790653de5ec593a55067d83ab..063a17c89b36a4d47ad55ad5cf6b6c6c1d90ff7c 100755
(executable)
--- 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' "$@") \