Changeset e872138


Ignore:
Timestamp:
11/14/2023 10:45:15 PM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
93cf2dc
Parents:
7c61e1b
Message:

vala: Turn "bootstrap" into an <option> instead of <parameter>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/vala.xml

    r7c61e1b re872138  
    134134
    135135    <para>
    136       <parameter>bootstrap</parameter>: This <command>make</command>
     136      <option>bootstrap</option>: This <command>make</command>
    137137      target forces the building system to build the package twice and use
    138138      the <command>vala</command> executable produced in the first build
    139139      to regenerate the <filename class="extension">.c</filename> files
    140140      from the <filename class="extension">.vala</filename> files if needed.
    141       Since the <command>vala</command> executable is not installed yet,
    142       this is necessary for really fixing the crash because the fix has
    143       modified a <filename class="extension">.vala</filename> file.
     141      If a <command>vala</command> executable is not installed yet and
     142      you've modifed any <filename class="extension">.vala</filename> file
     143      in the source tree, run <command>make bootstrap</command> instead of
     144      <command>make</command>.
    144145    </para>
    145146
Note: See TracChangeset for help on using the changeset viewer.