Subject: Re: current "src" building problems
To: Paul M. Newhouse <newhouse@pimin.rockhead.com>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 09/05/1998 19:41:01
On Sat, 5 Sep 1998, Paul M. Newhouse wrote:
: DUH!! That was to obvious, HUH? I noticed that the line was
: CFLAGS+= -Werror ${CWARNFLAGS}
:
: I assume that the flags are additive? That is:
: CFLAGS+= -Werror -Wno-error
:
: is equivalent to:
: CFLAGS = -Wno-error
Not quite. Some Makefiles used in build add to CFLAGS, which is why
CWARNFLAGS was added for this purpose. You shouldn't touch CFLAGS in
mk.conf.
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)