Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9609 - main/branches/2.1.2/bin
Date: Sun, 30 Mar 2008 00:31:05
Message-Id: E1JflRu-000351-PG@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-03-30 00:31:01 +0000 (Sun, 30 Mar 2008)
3 New Revision: 9609
4
5 Modified:
6 main/branches/2.1.2/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 (trunk r9606)
11
12
13 Modified: main/branches/2.1.2/bin/ebuild.sh
14 ===================================================================
15 --- main/branches/2.1.2/bin/ebuild.sh 2008-03-30 00:28:35 UTC (rev 9608)
16 +++ main/branches/2.1.2/bin/ebuild.sh 2008-03-30 00:31:01 UTC (rev 9609)
17 @@ -649,6 +649,7 @@
18 fi
19 if [ "${newstuff}" == "yes" ]; then
20 # We don't necessarily have privileges to do a full dyn_clean here.
21 + rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.compiled,.tested,.packaged,build-info}
22 rm -rf "${WORKDIR}"
23 if [ -d "${T}" ] && \
24 ! hasq keeptemp $FEATURES && ! hasq keepwork $FEATURES ; then
25
26 --
27 gentoo-commits@l.g.o mailing list