From owner-freebsd-questions Wed Jan 20 20:54:16 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09023 for freebsd-questions-outgoing; Wed, 20 Jan 1999 20:54:16 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA09017 for ; Wed, 20 Jan 1999 20:54:14 -0800 (PST) (envelope-from dan@jgl.reno.nv.us) Received: from danco (rno-max2-33.gbis.net [207.228.60.161]) by mail.greatbasin.net (8.9.2/8.8.8) with SMTP id UAA26080; Wed, 20 Jan 1999 20:51:47 -0800 (PST) Message-ID: <023901be44f9$b8c7cd40$a13ce4cf@danco.home> From: "Dan O'Connor" To: "Pirat Sriyotha" , Subject: Re: make a customized kernel error Date: Wed, 20 Jan 1999 20:51:33 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Pirat Sriyotha wrote: >i have just finished a 'cvsup stable-supfile' for another new machine. >this one is primarily 2.2.8. after finishing cvsup, i do a 'make world' >and get a good news with 'make world completed on Wed Jan 20 22:24:37 ICT >1999.' > >next i do a customization for the new kernel, please see the attached >file for my configuration for this kernel. >what i do is as follow > >(1) cd /usr/src/sys/i386/conf >(2) cp GENERIC NimMarNaRaTi >(3) edit NimMarNaRaTi to fit my requirements, actually i do while >cvsupping and after completion of 'make world' then >(4) /usr/obj/usr/src/usr.sbin/config/config NimMarNaRaTi >(5) make depend >(6) make > >now at this point, i get an error message at the end that says, I think step (4) is wrong. From /usr/src/sys/i386/conf directory, try: (4) /usr/sbin/config NimMarNaRaTi You should get a message similar to "build directory is ../../compile/NimMarNaRaTi", then: Step (5) above looks like you're running make in the /usr/src/sys/i386/conf directory. You need to go to the directory config set up: (5) cd ../../compile/NimMarNaRaTi (6) make depend (7) make (8) make install Good luck, --Dan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message