From owner-freebsd-hackers Thu Jan 31 10:20:35 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id 8E1C537B402 for ; Thu, 31 Jan 2002 10:20:28 -0800 (PST) Received: from onyx (onyx.cs.binghamton.edu [128.226.140.171]) by bingnet2.cc.binghamton.edu (8.11.6/8.11.6) with ESMTP id g0VIKRj25610 for ; Thu, 31 Jan 2002 13:20:27 -0500 (EST) Date: Thu, 31 Jan 2002 13:19:21 -0500 (EST) From: Zhihui Zhang X-Sender: zzhang@onyx To: freebsd-hackers@freebsd.org Subject: A question about make install Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Each time I modify some kernel source, I have to do the following two steps: (1) make (2) make install The second step also re-installs ALL modules even if I only modifies the kernel code (not any of the module code). Is there a better way to do this? Thanks, -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message