summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-01-25 00:18:22 +0000
committerZac Medico <zmedico@gentoo.org>2009-01-25 00:18:22 +0000
commit50a8e9afffccf88c77021c426491681e80c914aa (patch)
tree47d2418ccde5ea17e7a24d803f9c8b0d3847734e /bin/ebuild.sh
parent696d91e472b0aac0405f8e0b2b9850de75e48b2e (diff)
downloadportage-50a8e9afffccf88c77021c426491681e80c914aa.tar.gz
portage-50a8e9afffccf88c77021c426491681e80c914aa.tar.bz2
portage-50a8e9afffccf88c77021c426491681e80c914aa.zip
Add messages before and after the src_prepare phase. Thanks to Arfrever for
this patch. svn path=/main/trunk/; revision=12555
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index ab71871f2..335eae748 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -887,8 +887,10 @@ dyn_prepare() {
trap abort_prepare SIGINT SIGQUIT
ebuild_phase pre_src_prepare
+ vecho ">>> Preparing source in $srcdir ..."
ebuild_phase src_prepare
touch "$PORTAGE_BUILDDIR"/.prepared
+ vecho ">>> Source prepared."
ebuild_phase post_src_prepare
trap SIGINT SIGQUIT