From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1STqrW-0004Ue-J0 for garchives@archives.gentoo.org; Mon, 14 May 2012 08:42:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93681E06B7; Mon, 14 May 2012 08:42:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 632AFE06B7 for ; Mon, 14 May 2012 08:42:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7D9E1B412F for ; Mon, 14 May 2012 08:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 89194E5429 for ; Mon, 14 May 2012 08:42:28 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1336984932.c534e32f78cf7c543e9203e7fe1c7b1630144ffb.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ebuild-helpers/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild-helpers/prepstrip X-VCS-Directories: bin/ebuild-helpers/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c534e32f78cf7c543e9203e7fe1c7b1630144ffb X-VCS-Branch: master Date: Mon, 14 May 2012 08:42:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 98aa4641-a58d-428c-a07f-2b643ddd89ac X-Archives-Hash: 1b283b913f32f524bb62f9f8c6648774 commit: c534e32f78cf7c543e9203e7fe1c7b1630144ffb Author: Zac Medico gentoo org> AuthorDate: Mon May 14 08:42:12 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 14 08:42:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Dc534e32f prepstrip: wait for Pre-stripped check to finish --- bin/ebuild-helpers/prepstrip | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index a5b2cae..063a17c 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -215,6 +215,9 @@ if ! ${RESTRICT_binchecks} && ! ${RESTRICT_strip} ; t= hen multijob_post_fork fi =20 +# 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' "$@") \