From owner-freebsd-questions Wed Jul 5 22:22: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 068C737C11B for ; Wed, 5 Jul 2000 22:21:59 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id WAA08252; Wed, 5 Jul 2000 22:21:35 -0700 (PDT) Date: Wed, 5 Jul 2000 22:33:17 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah Reply-To: "Jason C. Wells" To: pirat Cc: FreeBSD questions Subject: Re: put all dot o in /usr/obj file system In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jul 2000, pirat wrote: > i look into those all dot mk files, read pmake that comes along with fbsd > but i do not understand why all .o files just stay in > /usr/src/sys/compile/MyKernel, MyKernel is my customized kernel, instead > of /usr/obj as i expect. Building the kernel and building the world are two distinct activities. /usr/obj is for building the world. /sys/compile/KERNELNAME is for bulding the kernel. Later, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message