projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f0c95
)
Do not pass the "clean" parameter to doebuild since it causes ${T} to be cleaned...
author
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Oct 2006 06:32:28 +0000
(06:32 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 27 Oct 2006 06:32:28 +0000
(06:32 -0000)
svn path=/main/trunk/; revision=4848
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 0160fa039b5db1e01ae9c2df4509b8e68a0d072d..2d8c0890e83ae68de493b0e179d88bedbf8cdb81 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-106,7
+106,8
@@
for arg in pargs:
tmpsettings = portage.config(clone=portage.settings)
if arg == "digest" and force:
discard_digests(ebuild, tmpsettings, portage.portdb)
- a = portage.doebuild(ebuild, arg, portage.root, tmpsettings, debug=debug, cleanup=("noauto" not in portage.features), tree=mytree)
+ a = portage.doebuild(ebuild, arg, portage.root, tmpsettings,
+ debug=debug, tree=mytree)
except KeyboardInterrupt:
print "Interrupted."
a = 1