Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 1996 21:03:06 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        nate@freefall.freebsd.org (Nate Williams)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/i386/conf LINT
Message-ID:  <199606201903.VAA17750@uriah.heep.sax.de>
In-Reply-To: <199606191537.IAA20663@freefall.freebsd.org> from Nate Williams at "Jun 19, 96 08:37:57 am"

next in thread | previous in thread | raw e-mail | index | archive | help

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. ;-)



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