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 <benn...@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) | fulle...@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"