Craig Rodrigues <[email protected]> wrote: > On Sun, Jun 14, 2015 at 8:09 AM, Adrian Chadd <[email protected]> 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
