Changeset c8e3444


Ignore:
Timestamp:
05/06/2020 08:41:55 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
014e63e
Parents:
b8ff9ea
Message:

js68: reword some cmd explanations, since we are using firefox source tarball

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23080 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    rb8ff9ea rc8e3444  
    213213
    214214    <para>
    215       <command>sed '21,+4d' js/moz.configure</command>: The building system
    216       searches for <command>rustc</command> and <command>cargo</command> but
    217       doesn't actually use them.  Remove the reference to them so we can
     215      <command>sed '21,+4d' js/moz.configure</command>: Firefox building
     216      system searches for <command>rustc</command> and
     217      <command>cargo</command>.
     218      Since we are building the standalone JS engine instead of the entire
     219      browser, they are not actually used.
     220      Remove the reference to them so we can
    218221      build JS68 without <xref role="nodep" linkend="rust"/> installed.
    219222    </para>
     
    226229
    227230    <para>
    228       <envar>LLVM_OBJDUMP=/bin/false</envar>: The building system searches
    229       for <command>llvm-objdump</command> but doesn't actually use it.
     231      <envar>LLVM_OBJDUMP=/bin/false</envar>: Firefox building system
     232      searches for <command>llvm-objdump</command>.
     233      Since we are building the standalone JS engine instead of the entire
     234      browser, they are not actually used.
    230235      Override it so we can build JS68 without
    231236      <xref role="nodep" linkend="llvm"/> installed.
Note: See TracChangeset for help on using the changeset viewer.