> The list does not significantly change from kernel version to
> version, except that new entries seem to appear and old entries are
> never deleted (i.e. never installed properly). Am I missing
> something? Is linux/Documentation/modules.txt wrong?
Yes.. stale files in modules/ can cause prpblems. Perhaps make
modules should have this:
rm -f `find modules/ -type l -print`
prepended somewhere?
-cw
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/