From owner-freebsd-bugs Thu Oct 31 09:08:06 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA21118 for bugs-outgoing; Thu, 31 Oct 1996 09:08:06 -0800 (PST) Received: from ip.sensenet.com (ip.sensenet.com [199.33.238.23]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA21020 for ; Thu, 31 Oct 1996 09:08:02 -0800 (PST) From: micro@sensenet.com Received: (from micro@localhost) by ip.sensenet.com (8.7.5/8.7.3) id MAA04010 for freebsd-bugs@freebsd.org; Thu, 31 Oct 1996 12:07:48 -0500 Date: Thu, 31 Oct 1996 12:07:48 -0500 Message-Id: <199610311707.MAA04010@ip.sensenet.com> To: freebsd-bugs@freebsd.org Subject: MAXMEM in LINT... Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thu Oct 31 12:02:43 EST 1996 Hello all. I am new to freebsd, and am not sending this from the BSD box ( hence I an not using send-pr (?)). I installed RELEASE-2.1.5, and immediately tried to build a custom kernel. I copied LINT to a new config file, and proceeded to comment out what I did not need. Anyway, at the make depend stage, I got an error: error near "("... In LINT, the MAXMEM line has the forst " in the wrong place: "MAXMEM=(128*1024)" It should be: MAXMEM="(128*1024)" I looked at the CVS repository on www.freebsd.org and the latest version of LINT still has the erroroneous line. -primus