On Thu, Aug 02, 2012 at 01:32:27AM +0100, Mindaugas Rasiukevicius wrote:
> "Matt Thomas" <m...@netbsd.org> 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: da...@l8s.co.uk

Reply via email to