https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225569
--- Comment #2 from Robert Zelaya <[email protected]> --- I get the error when doing "make -j4 buildkernel KERNCONF=VIMAGE". When I add -B "make -B -j4 buildkernel KERNCONF=VIMAGE" there are no errors. So -B uses backwards compatiblty by executing a single shell per command. Does this looks like a timing issue? ======== cat /etc/src-env.conf WITH_META_MODE = YES # WITH_DIRDEPS_BUILD = yes cat /etc/src.conf WITH_CCACHE_BUILD = yes WITH_FAST_DEPEND = yes ========= Thank you for the help. Robert -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
