From owner-freebsd-doc@FreeBSD.ORG Wed Jan 5 23:30:33 2005 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DBB716A4E3 for ; Wed, 5 Jan 2005 23:30:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 861D343D1F for ; Wed, 5 Jan 2005 23:30:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j05NUXPI004138 for ; Wed, 5 Jan 2005 23:30:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j05NUX7t004137; Wed, 5 Jan 2005 23:30:33 GMT (envelope-from gnats) Date: Wed, 5 Jan 2005 23:30:33 GMT Message-Id: <200501052330.j05NUX7t004137@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: "Eli K. Breen" Subject: Re: misc/75864: FreeBSD 5.3 kern-developer install does not addMakefile in /usr/src X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Eli K. Breen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jan 2005 23:30:33 -0000 The following reply was made to PR docs/75864; it has been noted by GNATS. From: "Eli K. Breen" To: Brooks Davis Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/75864: FreeBSD 5.3 kern-developer install does not add Makefile in /usr/src Date: Wed, 05 Jan 2005 15:24:26 -0800 Noted. Thanks! -E- Brooks Davis wrote: > Installing just the Makefile would serve no purpose. The point of > buildkernel is that it can use the tools from buildworld to make the > kernel. That requires all the sources. The old method of building > kernels must be used unless you are going to install all sources. > > IMO, this is documentation bug. > > -- Brooks