On Sat, May 19, 2012 at 6:55 AM, O. Hartmann <ohart...@zedat.fu-berlin.de> wrote: > Since approx. a week for now, I can not build FreeBSD 10.0-CURRENT/amd64 > anymore! This happens to be on ALL(!) FreeBSD 10 boxes around here I > maintain.
... > b) build and install /usr/src/lib via "make clean cleandepend depend obj > all install" doesn't work anymore, it fails with > ."/usr/src/lib/Makefile", line 179: Malformed conditional (${MK_NAND} != > "no") > "/usr/src/lib/Makefile", line 181: if-less endif Your mk files in /usr/share/mk are out of synch with your build tree. If you opt out of using buildworld, then you need to do 'make -C share/mk install' beforehand. Thanks, -Garrett _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"