Changeset 67f44136 for xsoft/graphweb


Ignore:
Timestamp:
12/28/2023 07:37:41 PM (9 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
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.

Location:
xsoft/graphweb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.