[PATCH]: set C dialect when compiling world

Roman Divacky rdivacky at freebsd.org
Sat Jan 17 08:20:13 PST 2009


On Sat, Jan 17, 2009 at 04:29:50PM +0100, Dag-Erling Sm??rgrav wrote:
> Dag-Erling Sm??rgrav <des at des.no> writes:
> >>> +. if !defined(CSTD)
> >>> +CSTD		= gnu89
> >>> +. endif
> 
> What I meant to write here is that
> 
> . if !defined(CSTD)
> CSTD		= gnu89
> . endif
> 
> can simply be written as
> 
> CSTD           ?= gnu89

yes.. that was intended but I made a typo.... I have a new patch that
I will present soon...

sorry for the inconvenience


More information about the freebsd-current mailing list