projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e27de
)
Tweak die message for fail-clean, bug #454050.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Jan 2013 22:35:29 +0000
(14:35 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 25 Jan 2013 22:35:29 +0000
(14:35 -0800)
bin/isolated-functions.sh
patch
|
blob
|
history
diff --git
a/bin/isolated-functions.sh
b/bin/isolated-functions.sh
index 246c25f2dd4dc5c0a29e4485031e6edc4567959e..1f8a27ebb40c08468c7084b1ddf7f9b0937f18be 100644
(file)
--- a/
bin/isolated-functions.sh
+++ b/
bin/isolated-functions.sh
@@
-219,7
+219,8
@@
die() {
if [[ -n ${PORTAGE_LOG_FILE} ]] ; then
eerror "The complete build log is located at '${PORTAGE_LOG_FILE}'."
- if [[ ${PORTAGE_LOG_FILE} != ${T}/* ]] ; then
+ if [[ ${PORTAGE_LOG_FILE} != ${T}/* ]] && \
+ ! has fail-clean ${FEATURES} ; then
# Display path to symlink in ${T}, as requested in bug #412865.
local log_ext=log
[[ ${PORTAGE_LOG_FILE} != *.log ]] && log_ext+=.${PORTAGE_LOG_FILE##*.}