[LARTC] [OT]How to compile only HTB?

2002-04-30 Thread Nils Lichtenfeld
Hello! When I complie HTB I normaly do this: - make dep - make modules - make modules-install But that compiles all modules. Is it possible to have only HTB compile? Do I need make-dep? Greetings, Nils ___ LARTC mailing list / [EMAIL PROTECTED]

Re: [LARTC] [OT]How to compile only HTB?

2002-04-30 Thread Martin Devera
And reason ? dep is needed only once on fresh source tree. Durin htb developement I use make _mod_net which recompiles only network modules and then insmod net/sched/sch_htb.o to test it. For quick compile test you can make net/sched/sch_htb.o (but it will not load as module then). devik On Tue,