From owner-freebsd-stable Sat Mar 31 14:30:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 4F5F837B718 for ; Sat, 31 Mar 2001 14:30:45 -0800 (PST) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14jTtM-0004OS-00 for freebsd-stable@freebsd.org; Sat, 31 Mar 2001 23:30:44 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f2VMUhi71506 for freebsd-stable@freebsd.org; Sat, 31 Mar 2001 23:30:43 +0100 (BST) (envelope-from jcm) Date: Sat, 31 Mar 2001 23:30:43 +0100 From: j mckitrick To: freebsd-stable@freebsd.org Subject: quick kernel compiles Message-ID: <20010331233043.A70972@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? jm -- --------------------------------------------------------------- Jonathon McKitrick -- jcm@freebsd-uk.eu.org "It took the computing power of three C-64s to fly to the Moon. It takes a 486 to run Windows 95. Something is wrong here." --------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message