Changeset ac605d0a


Ignore:
Timestamp:
07/23/2022 04:21:24 PM (21 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
f5c839e
Parents:
23adab8
Message:

Subversion: Using multiple jobs when compiling the Java bindings causes
a race condition.

Fix this by forcing the java bindings to build at -j1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r23adab8 rac605d0a  
    215215    </para>
    216216    <para>
    217       <screen><command>make javahl</command></screen>
     217      <screen><command>make -j1 javahl</command></screen>
    218218    </para>
    219219
Note: See TracChangeset for help on using the changeset viewer.