K 10 svn:author V 5 danfe K 8 svn:date V 27 2017-04-21T22:02:02.026350Z K 7 svn:log V 546 Remove MAKE_JOBS_UNSAFE marker: it was added as part of r421281 upon the port's inception as of version 2.6.2, however, it was neither present in submitted PR nor explained in the original commit log by pi@. So far my quick tests do not show evidence that it is parallel-build unsafe. We'll ask for forgiveness if it is indeed broken against -j X builds and reinstate MAKE_JOBS_UNSAFE, but with a proper explanation this time. While here, remove needless += from CMAKE_ARGS and place them at a better location within the Makefile. PR: 205377 END