Subversion: Using multiple jobs when compiling the Java bindings causes

a race condition.

Fix this by forcing the java bindings to build at -j1.
This commit is contained in:
Douglas R. Reno 2022-07-23 11:21:24 -05:00
parent 23adab88da
commit ac605d0a9c

View File

@ -214,7 +214,7 @@ make</userinput></screen>
separately. To build the Java bindings, issue the following command:
</para>
<para>
<screen><command>make javahl</command></screen>
<screen><command>make -j1 javahl</command></screen>
</para>
<para>