From owner-freebsd-questions Sun Jun 18 21: 4:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3259437BB6B for ; Sun, 18 Jun 2000 21:04:44 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e5J44eC24524; Sun, 18 Jun 2000 21:04:40 -0700 (PDT) Date: Sun, 18 Jun 2000 21:04:40 -0700 From: Alfred Perlstein To: "David N. Wu" Cc: questions@FreeBSD.ORG Subject: Re: Kernel compilation error Message-ID: <20000618210440.M18462@fw.wintelcom.net> References: <394D9BFC.91E5696B@utoronto.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <394D9BFC.91E5696B@utoronto.ca>; from david.wu@utoronto.ca on Mon, Jun 19, 2000 at 12:05:16AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * David N. Wu [000618 21:03] wrote: > Hey FreeBSD gurus! > > I have config built the enviroment with config (/usr/sbin/config -g > FREEBIE) and it created a subdirectory in /usr/src/sys/compile/FREEBIE. > When I try to "make depend" i'm getting an error saying: > > Makefile:28: *** missing separator. Stop > > > At line 28 of the Make file, it has the following code: > > 28: .if exist(./@/.) > 29: S= ./@ > 30: .else > 31: S= ../.. > 32: .endif > > > I was wondering if you can help me out here, I'm just trying to get some > sound on my system. Well enough complaining and hope to hear from you > guys later. Thanks in advance!!! You didn't happen to install gmake from sources and have /usr/local/bin in your path before /usr/bin? You need to use our make. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message