Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Oct 1996 12:07:48 -0500
From:      micro@sensenet.com
To:        freebsd-bugs@freebsd.org
Subject:   MAXMEM in LINT...
Message-ID:  <199610311707.MAA04010@ip.sensenet.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610311707.MAA04010>