lkml.org 
[lkml]   [1998]   [Jul]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: module name clash
grant@torque.net wrote:
> That's not an answer, either. The .o file could be constructed from
> an incremental link.
Doh ! When I put my head while writing my previous post ;-)
Anyway, the better answer is just to verify the Makefiles in kernel
source tree. I mean some sort of:

find . -name Makefile -exec grep M_OBJ {} \; | grep -v TARGET \
| grep -v : | awk '{print $3}' | uniq -c | sort -n -r

...and the duplicated entries are catched very quickly. I know that
most of them are just bogus due to multiple entries in Makefile (eg.
bsd_comp.o in drivers/net) but you get the idea. There is no need
for centralized registry of module names.

Kris
--
Krzysztof G. Baranowski - President of the Harmless Manyacs' Club
"Smith & Wesson - The original point and click interface..."
http://www.knm.org.pl/ <prezes@manjak.knm.org.pl>


-
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.altern.org/andrebalsa/doc/lkml-faq.html

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