From owner-freebsd-stable Sat Mar 31 14:48:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 342DC37B719 for ; Sat, 31 Mar 2001 14:48:19 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id OAA31048; Sat, 31 Mar 2001 14:44:36 -0800 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda31046; Sat Mar 31 14:44:30 2001 Received: (from uucp@localhost) by passer.osg.gov.bc.ca (8.11.2/8.9.1) id f2VMiPh13869; Sat, 31 Mar 2001 14:44:25 -0800 (PST) Received: from cwsys9.cwsent.com(10.2.2.1), claiming to be "cwsys.cwsent.com" via SMTP by passer9.cwsent.com, id smtpdp13477; Sat Mar 31 14:44:15 2001 Received: (from uucp@localhost) by cwsys.cwsent.com (8.11.3/8.9.1) id f2VMiE927389; Sat, 31 Mar 2001 14:44:14 -0800 (PST) Message-Id: <200103312244.f2VMiE927389@cwsys.cwsent.com> Received: from localhost.cwsent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwsent.com, id smtpdn27383; Sat Mar 31 14:43:24 2001 X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 Reply-To: Cy Schubert - ITSD Open Systems Group From: Cy Schubert - ITSD Open Systems Group X-Sender: schubert To: j mckitrick Cc: freebsd-stable@FreeBSD.ORG Subject: Re: quick kernel compiles In-reply-to: Your message of "Sat, 31 Mar 2001 23:30:43 +0100." <20010331233043.A70972@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 31 Mar 2001 14:43:24 -0800 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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