Changeset 67f44136


Ignore:
Timestamp:
12/28/2023 07:37:41 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
0b7dd49
Parents:
be53994
Message:

Mozilla packages: drop ./mach configure

This command is no longer needed as './mach build' will run it for us
automatically.

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rbe53994 r67f44136  
    3939    </listitem>
    4040    -->
     41    <listitem>
     42      <para>December 28th, 2023</para>
     43      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Remove './mach configure' from the Mozilla packages
     46          since './mach build' does this step for us automatically now. Fixes
     47          <ulink url="&blfs-ticket-root;19028">#19028</ulink>.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
    4152    <listitem>
    4253      <para>December 27th, 2023</para>
  • xsoft/graphweb/firefox.xml

    rbe53994 r67f44136  
    381381export MOZBUILD_STATE_PATH=${PWD}/mozbuild          &amp;&amp;
    382382export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
    383 $PYTHON311 ./mach configure                         &amp;&amp;
    384383$PYTHON311 ./mach build</userinput></screen>
    385384
     
    438437    </para>
    439438
     439<!--
    440440    <para>
    441441      <command>./mach configure</command>: This validates the supplied
    442442      dependencies and the <filename>mozconfig</filename>.
    443443    </para>
     444-->
    444445
    445446    <para>
  • xsoft/graphweb/seamonkey.xml

    rbe53994 r67f44136  
    311311
    312312<screen><userinput>export PYTHON311=/opt/python3.11/bin/python3.11 &amp;&amp;
    313 $PYTHON311 AUTOCONF=true ./mach configure       &amp;&amp;
    314313$PYTHON311 AUTOCONF=true ./mach build</userinput></screen>
    315314
     
    345344    </para>
    346345
     346<!--
    347347    <para>
    348348      <command>AUTOCONF=true ./mach configure</command>: This validates
     
    356356      package without autoconf-2.13 installed.
    357357    </para>
     358-->
    358359
    359360    <para>
  • xsoft/other/thunderbird.xml

    rbe53994 r67f44136  
    258258export MOZBUILD_STATE_PATH=./mozbuild               &amp;&amp;
    259259export PYTHON311=/opt/python3.11/bin/python3.11     &amp;&amp;
    260 $PYTHON311 ./mach configure                         &amp;&amp;
    261260$PYTHON311 ./mach build</userinput></screen>
    262261
     
    293292    </para>
    294293
     294<!--
    295295    <para>
    296296      <command>./mach configure</command>: This validates the supplied
    297297      dependencies and the <filename>mozconfig</filename>.
    298298    </para>
     299-->
    299300
    300301    <para>
Note: See TracChangeset for help on using the changeset viewer.