Date: Thu, 31 Oct 1996 20:20:49 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: micro@sensenet.com Cc: freebsd-bugs@freebsd.org Subject: Re: MAXMEM in LINT... Message-ID: <199610311920.UAA17226@uriah.heep.sax.de> In-Reply-To: <199610311707.MAA04010@ip.sensenet.com> from "micro@sensenet.com" at "Oct 31, 96 12:07:48 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As micro@sensenet.com wrote: > In LINT, the MAXMEM line has the forst " in the wrong place: > > "MAXMEM=(128*1024)" > > It should be: > MAXMEM="(128*1024)" This has changed in -current. Btw., yours should be options "MAXMEM='(128*1024)'" to be exact. The double quotes protect it from being misinterpreted by config(8), while the single quotes are for the shell when building the kernel. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610311920.UAA17226>