Craig Rodrigues <rodrigc_at_crodrigues.org> wrote: > On Sun, Jun 14, 2015 at 8:09 AM, Adrian Chadd <adrian_at_freebsd.org> wrote: > > + make -j 4 CROSS_TOOLCHAIN=amd64-gcc buildworld > __MAKE_CONF=/builds/FreeBSD_HEAD_amd64_gcc4.9/make.conf > make: "/builds/FreeBSD_HEAD_amd64_gcc4.9/Makefile" line 102: Malformed > conditional (${MK_META_MODE} == "yes") That would imply that src/share/mk isn't being used? I'm not sure when Warner changed the default MAKESYSPATH to be .../share/mk but that would be the right thing to do: either -m .../share/mk or export MAKESYSPATH=.../share/mk of course you can also substiute the actual path for .../ > See: > > https://lists.freebsd.org/pipermail/svn-src-all/2015-June/105777.html > > I'm waiting for Simon to respond since I'm not sure if that is the > correct fix. You could make that just .if ${MK_META_MODE:Uno} == "yes" but using the right sys.mk would be better.Received on Sun Jun 14 2015 - 19:18:25 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:58 UTC