Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 01:40:45 -0500
From:      "Matthew D. Fuller" <fullermd@over-yonder.net>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        Scott Bennett <bennett@sdf.org>, FreeBSD-STABLE Mailing List <freebsd-stable@freebsd.org>
Subject:   Re: buildworld errors at outset on fresh svn checkout
Message-ID:  <20161008064045.GC79735@over-yonder.net>
In-Reply-To: <CAN6yY1v%2B9k8UOvFSr5DF8QAXcZUAsmaMMXSxEkOPkiZQ5mrX-Q@mail.gmail.com>
References:  <201610070516.u975GrVY015878@sdf.org> <CAN6yY1v%2B9k8UOvFSr5DF8QAXcZUAsmaMMXSxEkOPkiZQ5mrX-Q@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 07, 2016 at 10:13:02PM -0700 I heard the voice of
Kevin Oberman, and lo! it spake thus:
> On Thu, Oct 6, 2016 at 10:16 PM, Scott Bennett <bennett@sdf.org> wrote:
> 
> > "/usr/src/Makefile.inc1", line 1113: Malformed conditional
> > (${BUILDKERNELS:[)
> > Unknown modifier '['
> 
> '[' needs to be a hard link to test.

This is make, not sh.

That would be the line

.if ${BUILDKERNELS:[#]} > 1 && ${NO_INSTALLEXTRAKERNELS} != "yes"

in current stable/10, and it's horking on the [...] modifier.  That's
listed in the make manpage on a stable/10 system from last October, so
it's not terribly new.  Maybe an ancient make?  Or your 'make' isn't
the make it's expecting?


-- 
Matthew Fuller     (MF4839)   |  fullermd@over-yonder.net
Systems/Network Administrator |  http://www.over-yonder.net/~fullermd/
           On the Internet, nobody can hear you scream.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161008064045.GC79735>