Subject: Re: Another build failure - "unexpected operator" in maketars
To: None <current-users@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: current-users
Date: 02/05/2007 20:10:26
On Mon, 05 Feb 2007, Charlie Root wrote:
> >>	MACHINE_ARCH=${1} ${MAKE} -f- all <<EOMAKE
> >>	.include <bsd.own.mk>
> >>	all:
> >>		@echo \${MACHINE_CPU}
> >>	EOMAKE
> 
> The -j3 isn't in the value of ${MAKE} but it gets passed in from 
> build.sh which was invoked with -j3.

It's apparently passed through the MAKEFLAGS environment variable.
Earlier today, I committed a change to add "-B" to the make invocation
here and in several similar situatuions.  I expect this to solve the
problem.

--apb (Alan Barrett)