From owner-cvs-sys Thu Jun 20 14:19:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA09625 for cvs-sys-outgoing; Thu, 20 Jun 1996 14:19:52 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA09303; Thu, 20 Jun 1996 14:15:20 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA22015; Thu, 20 Jun 1996 23:09:44 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA26663; Thu, 20 Jun 1996 23:09:43 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id VAA17750; Thu, 20 Jun 1996 21:03:06 +0200 (MET DST) From: J Wunsch Message-Id: <199606201903.VAA17750@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/i386/conf LINT To: nate@freefall.freebsd.org (Nate Williams) Date: Thu, 20 Jun 1996 21:03:06 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199606191537.IAA20663@freefall.freebsd.org> from Nate Williams at "Jun 19, 96 08:37:57 am" 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-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Nate Williams wrote: > Log: > Macro expressions should be fully parenthesized! Fix the MAXMEM > definition although it would work as it was written. > > options "MAXMEM=(128*1024)" Note that if you plan to merge this into -stable, you even have to write it as options "MAXMEM='(128*1024)'" since all options there are passed on the cc command line via the shell. -- 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. ;-)