Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9606 - main/trunk/bin
Date: Sat, 29 Mar 2008 22:47:58
Message-Id: E1Jfjq7-0000sV-5K@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-29 22:47:54 +0000 (Sat, 29 Mar 2008)
3 New Revision: 9606
4
5 Modified:
6 main/trunk/bin/ebuild.sh
7 Log:
8 When dyn_unpack() automatically cleans ${WORKDIR}, also remove things
9 like .unpacked and .compiled so that the state is consistent.
10
11
12 Modified: main/trunk/bin/ebuild.sh
13 ===================================================================
14 --- main/trunk/bin/ebuild.sh 2008-03-29 21:15:28 UTC (rev 9605)
15 +++ main/trunk/bin/ebuild.sh 2008-03-29 22:47:54 UTC (rev 9606)
16 @@ -649,6 +649,7 @@
17 fi
18 if [ "${newstuff}" == "yes" ]; then
19 # We don't necessarily have privileges to do a full dyn_clean here.
20 + rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.compiled,.tested,.packaged,build-info}
21 rm -rf "${WORKDIR}"
22 if [ -d "${T}" ] && \
23 ! hasq keeptemp $FEATURES && ! hasq keepwork $FEATURES ; then
24
25 --
26 gentoo-commits@l.g.o mailing list