lkml.org 
[lkml]   [2000]   [Sep]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: modules_install?
> And what's up with the explosion of directories?

The existing system had at least three problems:

(1) Rules.make had a load of ugly code to translate from the source tree
to the symlink farm. This code had plenty of bugs and race conditions
(e.g. if two subdirectories have the same MOD_LIST_NAME and make
runs in parallel).

(2) The top Makefile had a butt-load of even uglier code to translate
from the symlink farm to the install tree. This code needed to
be coordinated with modutils releases. It also suffered from bugs,
such as configuration changes leaving stale files around.

(3) Module names had to be unique across the entire kernel tree,
which is a silly limitation.

So now, the module installation code is simple and correct and doesn't
need to be updated in tandem with modutils every two weeks.

Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:47    [W:0.034 / U:1.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site