Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/modules/pf



On Sat, Feb 17, 2018 at 08:14:37AM +1100, matthew green wrote:
> "Joerg Sonnenberger" writes:
> > Module Name:	src
> > Committed By:	joerg
> > Date:		Mon Feb 12 22:18:36 UTC 2018
> > 
> > Modified Files:
> > 	src/sys/modules/pf: Makefile
> > 
> > Log Message:
> > Simplify and make the GCC check more precise at the same time.
> 
> ! .if ${HAVE_GCC:U0} == "6"
> 
> FWIW, i usually to write these as ">= 6", as these sorts of
> problems tend to not disappear with a newer GCC.

Depends, sometimes they do, sometimes they don't. As least in the past,
we didn't necessarily use good numeric versions either, so the patterns
were more complicated.

Joerg


Home | Main Index | Thread Index | Old Index