From owner-cvs-all Fri Jan 30 21:05:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14279 for cvs-all-outgoing; Fri, 30 Jan 1998 21:05:36 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA14260; Fri, 30 Jan 1998 21:05:17 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id FAA24849; Sat, 31 Jan 1998 05:05:12 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id GAA12500; Sat, 31 Jan 1998 06:05:11 +0100 (MET) Message-ID: <19980131060511.13983@follo.net> Date: Sat, 31 Jan 1998 06:05:11 +0100 From: Eivind Eklund To: Eivind Eklund Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 References: <199801310423.UAA07538@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199801310423.UAA07538@freefall.freebsd.org>; from Eivind Eklund on Fri, Jan 30, 1998 at 08:23:17PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe cvs-all" On Fri, Jan 30, 1998 at 08:23:17PM -0800, Eivind Eklund wrote: > eivind 1998/01/30 20:23:17 PST > > Modified files: > sys/i386/conf Makefile.i386 > Log: > Add support for cleandepend, ${DESTDIR}, and there not being a file named > ${DESTDIR}/kernel. I didn't add support for a define of the kernel name (e.g., -DGENERIC for GENERIC), as I was uncertain if it was missing by intention. It is documented in the 'Building kernels with config' paper, and I use it as a local patch here. If nobody objects, I'll add it on monday. Eivind.