projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b7c9d
)
COLLISION_IGNORE jython compiled modules as well.
author
Michał Górny
<mgorny@gentoo.org>
Mon, 5 Nov 2012 08:32:05 +0000
(09:32 +0100)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 5 Nov 2012 08:51:10 +0000
(
00:51
-0800)
Jython names its compiled modules *$py.class.
cnf/make.globals
patch
|
blob
|
history
diff --git
a/cnf/make.globals
b/cnf/make.globals
index 47ee787c6da776c99c54ba192ac260db188f7f9f..80a68f7d65dadcde4d9f51bb1a3ea2fe2a3f4520 100644
(file)
--- a/
cnf/make.globals
+++ b/
cnf/make.globals
@@
-63,7
+63,7
@@
FEATURES="assume-digests binpkg-logs
# Ignore file collisions for unowned *.pyo and *.pyc files, this helps during
# transition from compiling python modules in live file system to compiling
# them in src_install() function.
-COLLISION_IGNORE="/lib/modules/* *.py[co]"
+COLLISION_IGNORE="/lib/modules/* *.py[co]
*\$py.class
"
UNINSTALL_IGNORE="/lib/modules/*"
# By default wait 5 secs before cleaning a package