Bug 1735307 - Move "rm bootstrap.py" into bootstrap step. r=glandium,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D128184
This commit is contained in:
Tooru Fujisawa 2021-10-13 06:42:07 +00:00
Родитель 330f3ac802
Коммит 2a69e3d3d6
3 изменённых файлов: 27 добавлений и 3 удалений

Просмотреть файл

@ -115,6 +115,15 @@ If you aren't modifying the Firefox backend, then then select one of the
:ref:`Artifact Mode <Understanding Artifact Builds>` options. If you are
building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`.
Cleanup
~~~~~~~
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
.. code-block:: shell
rm bootstrap.py
3. Build
--------
@ -122,7 +131,6 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
rm bootstrap.py
cd mozilla-unified
./mach build
./mach run

Просмотреть файл

@ -95,6 +95,15 @@ If you aren't modifying the Firefox backend, then then select one of the
:ref:`Artifact Mode <Understanding Artifact Builds>` options. If you are
building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`.
Cleanup
~~~~~~~
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
.. code-block:: shell
rm bootstrap.py
3. Build
--------
@ -102,7 +111,6 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
rm bootstrap.py
cd mozilla-unified
./mach build
./mach run

Просмотреть файл

@ -115,6 +115,15 @@ to Windows Defender
If you're already missing files (you'll see them listed in ``hg status``, you can have them
brought back by reverting your source tree: ``hg update -C``).
Cleanup
~~~~~~~
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
.. code-block:: shell
rm c:/mozilla-source/bootstrap.py
3. Build
--------
@ -122,7 +131,6 @@ Now that your system is bootstrapped, you should be able to build!
.. code-block:: shell
rm bootstrap.py
cd mozilla-unified
./mach build
./mach run