From owner-freebsd-bugs Thu Oct 31 12:02:35 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03042 for bugs-outgoing; Thu, 31 Oct 1996 12:02:35 -0800 (PST) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA03035 for ; Thu, 31 Oct 1996 12:02:32 -0800 (PST) Received: from irz301.inf.tu-dresden.de by mail.crl.com with SMTP id AA15376 (5.65c/IDA-1.5 for ); Thu, 31 Oct 1996 13:00:22 -0700 Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA06606; Thu, 31 Oct 1996 20:50:59 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA05214; Thu, 31 Oct 1996 20:50:59 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id UAA17226; Thu, 31 Oct 1996 20:20:49 +0100 (MET) From: J Wunsch Message-Id: <199610311920.UAA17226@uriah.heep.sax.de> Subject: Re: MAXMEM in LINT... To: micro@sensenet.com Date: Thu, 31 Oct 1996 20:20:49 +0100 (MET) Cc: freebsd-bugs@freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199610311707.MAA04010@ip.sensenet.com> from "micro@sensenet.com" at "Oct 31, 96 12:07:48 pm" X-Phone: +49-351-2012 669 X-Pgp-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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. ;-)