projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78d58ed
)
updated diefunc "post the relevant info" msg
author
Brian Harring
<ferringb@gentoo.org>
Mon, 23 Jan 2006 07:49:59 +0000
(07:49 -0000)
committer
Brian Harring
<ferringb@gentoo.org>
Mon, 23 Jan 2006 07:49:59 +0000
(07:49 -0000)
svn path=/main/trunk/; revision=2573
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 5334abdf4bf3a8fd8ad8bf11bb9228316c23ef33..ddef536d2f88b801b09b9e5ff8ace284c6e05f0d 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-274,7
+274,7
@@
diefunc() {
echo "!!! ERROR: $CATEGORY/$PF failed." >&2
dump_trace 2 1>&2
echo "!!! ${*:-(no error message)}" >&2
- echo "!!! If you need support, post the topmost build error,
NOT this status message
." >&2
+ echo "!!! If you need support, post the topmost build error,
and the call stack if relevant
." >&2
echo >&2
if [ "${EBUILD_PHASE/depend}" == "${EBUILD_PHASE}" ]; then
for x in $EBUILD_DEATH_HOOKS; do