From owner-freebsd-questions Wed Mar 21 15:34:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web4305.mail.yahoo.com (web4305.mail.yahoo.com [216.115.104.197]) by hub.freebsd.org (Postfix) with SMTP id 637E637B71C for ; Wed, 21 Mar 2001 15:34:28 -0800 (PST) (envelope-from djk121@yahoo.com) Message-ID: <20010321233428.24344.qmail@web4305.mail.yahoo.com> Received: from [209.3.117.125] by web4305.mail.yahoo.com; Wed, 21 Mar 2001 15:34:28 PST Date: Wed, 21 Mar 2001 15:34:28 -0800 (PST) From: dan kelley Subject: building SMP kernel fails To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi all- i'm a newbie when it comes to compiling a new freebsd kernel. i'm trying this on 4.2-RELEASE, with the full kernel sources installed. following the docs, i did the following: cd /usr/src/sys/i386/conf cp GENERIC MYKERNEL i then uncommented the lines for SMP: options SMP options APIC_IO and ran /usr/sbin/config MYKERNEL cd ../../compile/MYKERNEL when i try to run 'make depend' i get: Makefile:27: *** missing separator. Stop. line 27 of the makefile looks like this: .if !defined(S) i recently installed GNU make version 3.79. is another version of make required to build the kernel? thanks- dan __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message