From owner-freebsd-stable Sun Aug 13 17:28:43 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ducky.nz.freebsd.org (ns1.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 5552E37B751 for ; Sun, 13 Aug 2000 17:28:39 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id MAA04750 for ; Mon, 14 Aug 2000 12:28:36 +1200 (NZST) Message-Id: <200008140028.MAA04750@ducky.nz.freebsd.org> From: "Dan Langille" Organization: langille.org To: freebsd-stable@freebsd.org Date: Mon, 14 Aug 2000 12:28:35 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: make installkernel=MYKERNEL doesn't seem to do anything Reply-To: dan@langille.org X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just finishing a cvsup/buildworld combination to take me to 4.1- stable from 4.0-release. I've tried three methods to build a kernel. All have failed. I am using a kernel config file which compiled cleanly under 4.0-release; no changes have been made to it since. method 1: [root@paul:/usr/src] # make buildkernel KERNEL=ATOM -------------------------------------------------------------- >>> Rebuilding kernel(s) -------------------------------------------------------------- ===> ATOM mkdir -p /usr/obj/usr/src/sys cd /usr/src/sys/i386/conf; PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/ usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin config -r -d /usr/obj/usr/src/sys/ATOM ATOM Removing old directory /usr/obj/usr/src/sys/ATOM: Done. config: line 69: devices with zero units are not likely to be correct config: line 70: syntax error method 2: If I try a "make buildkernel=ATOM" followed by "make installkernel=ATOM", the contents of / is unchanged (i.e. no new kernel) method 3: config -r ATOM gives config errors the same as in the first example. cheers. -- Dan Langille [I'm looking for more work] The FreeBSD Diary - http://www.freebsddiary.org/ FreshPorts - http://freshports.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message