[Bug 237290] [PATCH] build(7): PORTS_MODULES does not build in parallel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 16 21:51:24 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237290

--- Comment #3 from rozhuk.im at 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.


More information about the freebsd-bugs mailing list