Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2011 12:09:19 +0200
From:      Aleksandr Rybalko <ray@dlink.ua>
To:        Rajneesh Kumar <iwc2010005@gmail.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Compiling only "network" part of the kernel
Message-ID:  <20111228120919.f329f62b.ray@dlink.ua>
In-Reply-To: <CA%2BDF=vyFTgr1PfvG0qPo9hv3VmygB9FqiqYqhKs1C26bMzJvmA@mail.gmail.com>
References:  <CA%2BDF=vyFTgr1PfvG0qPo9hv3VmygB9FqiqYqhKs1C26bMzJvmA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Dec 2011 11:53:23 +0530
Rajneesh Kumar <iwc2010005@gmail.com> wrote:

>> Hi list,
>> 
>> During my development, I want to check if my modules compile
>> successfully or not. I am only changing the ARP portion and whenever
>> I compile my kernel, it takes around 20mins and compiles all
>> different modules also. I just want to compile and check whether my
>> ARP modules, which I have changed, compile fine or not. How to do it?

hi,

or if you need rebuild only several modules with native build just do:
cd /usr/src/syc/modules/${required_module}
make
make install

:)


>> 
>> -- 
>> Regards,
>> Rajneesh
>> _______________________________________________
>> freebsd-net@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-net
>> To unsubscribe, send any mail to
>> "freebsd-net-unsubscribe@freebsd.org"


-- 
Alexandr Rybalko <ray@dlink.ua> 
aka Alex RAY <ray@ddteam.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111228120919.f329f62b.ray>