From owner-freebsd-questions Fri Sep 13 05:25:03 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA16695 for questions-outgoing; Fri, 13 Sep 1996 05:25:03 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA16681 for ; Fri, 13 Sep 1996 05:24:57 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v1XD0-000QjVC; Fri, 13 Sep 96 14:18 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id NAA19522; Fri, 13 Sep 1996 13:39:28 +0200 Message-Id: <199609131139.NAA19522@allegro.lemis.de> Subject: Re: kernel compile To: henerz@micromedia.co.uk (Henerz) Date: Fri, 13 Sep 1996 13:39:28 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.org In-Reply-To: <199609121133.MAA23296@ns.micromedia.co.uk> from "Henerz" at Sep 12, 96 12:30:33 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Henerz writes: > > I am just compiling a new kernel, and the differences between that and the previous one are tiny (larger > maxusers amount). however every time i try to "make depend" i get the error : Makefile:24: *** missing separator. Stop. Could you try to limit your line length to < 80 characters, please? > i changed it back and still no result.. whats going on? This looks like you're trying to make it with GNU make. I've just tried on my (2.2 current) system, and get: === root@freebie (/dev/ttyp3) /sys/compile/FREEBIE 21 -> wh make -r-xr-xr-x 1 bin bin 86016 Sep 13 03:01 /usr/bin/make <- BSD make -rwxr-xr-x 3 grog wheel 176128 Nov 25 1993 /opt/bin/make <- GNU make === root@freebie (/dev/ttyp3) /sys/compile/FREEBIE 22 -> /opt/bin/make Makefile:26: *** missing separator. Stop. === root@freebie (/dev/ttyp3) /sys/compile/FREEBIE 23 -> /usr/bin/make `kernel' is up to date. === root@freebie (/dev/ttyp3) /sys/compile/FREEBIE 23 -> On my system, line 26 of the Makefile is: .if exists(./@/.) Is this what you have at line 24? Greg