https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221029
--- Comment #25 from Don Lewis <truck...@freebsd.org> --- Nothing real magical. Just very stripped down and it bails out if a build fails so the the state of the obj tree can be examined. You have to the top of the src tree yourself, and /mnt/x is tmpfs. #!/bin/sh a=1 while MAKEOBJDIRPREFIX=/mnt/x make -j18 buildworld buildkernel > /tmp/buildworld.out 2>&1; do echo $a a=`expr $a + 1` done -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"