Special handling of /lib/modules files causes annoying collisions: 1. emerge <kernel-module> 2. emerge -C <kernel-module> 3. emerge <kernel-module> with same kernel version -> collision or 1. emerge kernel 2. emerge <kernel-module> 3. set localversion for the same kernel, recompile kernel, run module-rebuild 4. when finished testing, run make mrproper, make modules_prepare, try to recompile kernel-module -> collision Some way of disabling these collisions would be really handy.
Created attachment 98317 [details, diff] support for space separated COLLISION_IGNORE With this patch, COLLISION_IGNORE is a space separated list of files and/or directories (Similar to CONFIG_PROTECT_MASK).
This is in svn r4562 and r4563.
This has been released in 2.1.2_pre2.