From: Linus Torvalds Date: Mon, 26 Jun 2006 23:59:26 +0000 (-0700) Subject: Revert "kbuild: fix make -rR breakage" X-Git-Tag: v2.6.18-rc1~593 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d38b69689c349f35502b92e20dafb30c62d49d63;p=pandora-kernel.git Revert "kbuild: fix make -rR breakage" This reverts commit e5c44fd88c146755da6941d047de4d97651404a9. Thanks to Daniel Ritz and Michal Piotrowski for noticing the problem. Daniel says: "[The] reason is a recent change that made modules always shows as module.mod. it breaks modprobe and probably many scripts..besides lsmod looking horrible stuff like this in modprobe.conf: install pcmcia_core /sbin/modprobe --ignore-install pcmcia_core; /sbin/modprobe pcmcia makes modprobe fork/exec endlessly calling itself...until oom interrupts it" Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed