projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
578d252
)
Add messages before and after the src_prepare phase. Thanks to Arfrever for
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 03:26:32 +0000
(
03:26
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 03:26:32 +0000
(
03:26
-0000)
this patch. (trunk r12555)
svn path=/main/branches/2.1.6/; revision=12841
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index ab71871f22d7e480ba7feee72a67ebb8d639ba45..335eae748940a3cc4e21045413bb5418bfbda190 100755
(executable)
--- 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