https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290
--- Comment #3 from rozhuk...@gmail.com --- (In reply to Bryan Drewery from comment #2) Keeping -B is terrible idea: compilation takes too many time. -j can be filtered out here: MAKEFLAGS="${MAKEFLAGS:M*:tW:S/^-m /-m_/g:S/ -m / -m_/g:tw:N-m_*:NMK_AUTO_OBJ=*}" also I can extract "-j N" N arg and pass it to MAKE_JOBS_NUMBER. I dont know why -m filered out here. Now MAKEFLAGS contains -j 8 -s -J15,16 and some other strange staff. Probably better not pass MAKEFLAGS or keep only known good flags, like -s. -- 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"