projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805edbb
)
When dyn_unpack() automatically cleans ${WORKDIR}, also remove things
author
Zac Medico
<zmedico@gentoo.org>
Sun, 30 Mar 2008 00:31:01 +0000
(
00:31
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 30 Mar 2008 00:31:01 +0000
(
00:31
-0000)
like .unpacked and .compiled so that the state is consistent.
(trunk r9606)
svn path=/main/branches/2.1.2/; revision=9609
bin/ebuild.sh
patch
|
blob
|
history
diff --git
a/bin/ebuild.sh
b/bin/ebuild.sh
index 8f22fcab3b676d4078c1264e1d4c874209db5a3e..cc42e8581cfaad0624c14e630e096a8bd7b4308a 100755
(executable)
--- a/
bin/ebuild.sh
+++ b/
bin/ebuild.sh
@@
-649,6
+649,7
@@
dyn_unpack() {
fi
if [ "${newstuff}" == "yes" ]; then
# We don't necessarily have privileges to do a full dyn_clean here.
+ rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.compiled,.tested,.packaged,build-info}
rm -rf "${WORKDIR}"
if [ -d "${T}" ] && \
! hasq keeptemp $FEATURES && ! hasq keepwork $FEATURES ; then