From cef8df1a66df61f306d93c139e852e88050ab159 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 11 Mar 2009 03:26:32 +0000 Subject: [PATCH] Add messages before and after the src_prepare phase. Thanks to Arfrever for this patch. (trunk r12555) svn path=/main/branches/2.1.6/; revision=12841 --- bin/ebuild.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2