Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 18:10:23 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        srinivasarao <srinivass@in.ceeyes.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Fw: help me!!!!
Message-ID:  <20010712181023.A849@ringworld.oblivion.bg>
In-Reply-To: <009701c10ae3$1dbf1300$a609010a@ssrao.in.ceeyes.com>; from srinivass@in.ceeyes.com on Thu, Jul 12, 2001 at 08:28:31PM %2B0530
References:  <009701c10ae3$1dbf1300$a609010a@ssrao.in.ceeyes.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 12, 2001 at 08:28:31PM +0530, srinivasarao wrote:
> 
> -----Original Message-----
> From: srinivasarao <srinivass@in.ceeyes.com>
> To: questions@FreeBSD.org <questions@FreeBSD.org>
> Date: Thursday, July 12, 2001 8:14 PM
> Subject: help me!!!!
> 
> 
> hi all,
> i want to compile the seperate folder instead of compiling the kernel . Is there any possibility like that......? 
> Suppose i had made changes in the file ie_if.c in  /usr/src/sys/dev/ie, so instead of compiling kernel, i want to compile only the folder " ie". is it possible? if possible then how can i proceed, and what are the steps to be taken care? Please help me in this regard. 

If by 'folder' you mean a 'directory', and in particular, a directory
living under src/sys/modules/, then you are actually trying to compile
a module.  You do it by:

  cd /usr/src/sys/modules/blah && make clean depend && make all install clean

However, there is no 'ie' or 'if_ie' module for the 'ie' interface;
this means that you are stuck with recompiling the whole kernel.

G'luck,
Peter

-- 
Thit sentence is not self-referential because "thit" is not a word.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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