Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2001 14:43:24 -0800
From:      Cy Schubert - ITSD Open Systems Group <Cy.Schubert@uumail.gov.bc.ca>
To:        j mckitrick <jcm@FreeBSD-uk.eu.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: quick kernel compiles 
Message-ID:  <200103312244.f2VMiE927389@cwsys.cwsent.com>
In-Reply-To: Your message of "Sat, 31 Mar 2001 23:30:43 %2B0100." <20010331233043.A70972@dogma.freebsd-uk.eu.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20010331233043.A70972@dogma.freebsd-uk.eu.org>, j mckitrick 
writes:
> 
> hi all,
> 
> if i have made a very small change in my configuration file, or if i am
> working on a kernel device driver and need to compile often to test, what is
> the quickest way to do that?  i used to use:
> 
> cd /usr/src/sys/i386/conf
> /usr/sbin/config MARS
> cd ../../compile/MARS
> make depend && make && make install
> 
> but now it is taking WAY longer than it used to.
> 
> should i use this same sequence, only with NO_MODULES?
> or is there another way?

To skip making any modules do the following instead of a full make && 
make install.

make depend && make kernel && make kernel-install


Regards,                         Phone:  (250)387-8437
Cy Schubert                        Fax:  (250)387-5766
Team Leader, Sun/Alpha Team   Internet:  Cy.Schubert@osg.gov.bc.ca
Open Systems Group, ITSD, ISTA
Province of BC



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




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