lkml.org 
[lkml]   [2006]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: New version of ClownToolKit
>> The kernel module of the last version of the ClownToolKit has been 
>> completly rewriten. It is now readable.
>> This kernel module permits the display of real-time plots for
>> bandwidth of tcp/udp connexions and for qdiscs monitoring.
>> It could be a usefull tool: http://clowncode.net
>
>A small nitpick about the way ou build the ekrnel module:
>
>In mk_and_insmod you can replace:
>make -C /usr/src/linux SUBDIRS=$PWD modules
>with
>LIBDIR=/lib/modules/`uname -r`
>make -C $LIBDIR/source O=$LIBDIR/build SUBDIRS=`pwd` modules

Might like to replace with
make -C $LIBDIR/build M=`pwd` modules

>$PWD is supplied by the shell, so it is better to use `pwd`.

Does not harm really.


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

\
 
 \ /
  Last update: 2006-08-17 09:49    [W:6.697 / U:0.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site