Source-Changes-D archive

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

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



On Thu, Aug 02, 2012 at 01:32:27AM +0100, Mindaugas Rasiukevicius wrote:
> "Matt Thomas" <matt%netbsd.org@localhost> wrote:
> > Module Name:        src
> > Committed By:       matt
> > Date:               Thu Aug  2 00:22:32 UTC 2012
> > 
> > Modified Files:
> >     src/sys/modules/bpf: Makefile
> > 
> > Log Message:
> > Add missing paren.
> > 
> > 
> > To generate a diff of this commit:
> > cvs rdiff -u -r1.2 -r1.3 src/sys/modules/bpf/Makefile
> 
> Seems that make ignored the syntax error in .if statement, as it compiles
> on e.g. x86 where the first check is true.  Is this a bug in make?

Possibly a side effect of the .if 'short circuiting' of && and ||.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index