From: Zac Medico Date: Sun, 25 Jan 2009 00:18:22 +0000 (-0000) Subject: Add messages before and after the src_prepare phase. Thanks to Arfrever for X-Git-Tag: v2.2_rc24~242 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=50a8e9afffccf88c77021c426491681e80c914aa;p=portage.git Add messages before and after the src_prepare phase. Thanks to Arfrever for this patch. svn path=/main/trunk/; revision=12555 --- 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