Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 2a69e3d

Browse files
committed
Bug 1735307 - Move "rm bootstrap.py" into bootstrap step. r=glandium,mhentges
Differential Revision: https://phabricator.services.mozilla.com/D128184
1 parent 330f3ac commit 2a69e3d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

docs/setup/linux_build.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,22 @@ If you aren't modifying the Firefox backend, then then select one of the
115115
:ref:`Artifact Mode <Understanding Artifact Builds>` options. If you are
116116
building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`.
117117

118+
Cleanup
119+
~~~~~~~
120+
121+
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
122+
123+
.. code-block:: shell
124+
125+
rm bootstrap.py
126+
118127
3. Build
119128
--------
120129

121130
Now that your system is bootstrapped, you should be able to build!
122131

123132
.. code-block:: shell
124133
125-
rm bootstrap.py
126134
cd mozilla-unified
127135
./mach build
128136
./mach run

docs/setup/macos_build.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,22 @@ If you aren't modifying the Firefox backend, then then select one of the
9595
:ref:`Artifact Mode <Understanding Artifact Builds>` options. If you are
9696
building Firefox for Android, you should also see the :ref:`GeckoView Contributor Guide`.
9797

98+
Cleanup
99+
~~~~~~~
100+
101+
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
102+
103+
.. code-block:: shell
104+
105+
rm bootstrap.py
106+
98107
3. Build
99108
--------
100109

101110
Now that your system is bootstrapped, you should be able to build!
102111

103112
.. code-block:: shell
104113
105-
rm bootstrap.py
106114
cd mozilla-unified
107115
./mach build
108116
./mach run

docs/setup/windows_build.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,22 @@ to Windows Defender
115115
If you're already missing files (you'll see them listed in ``hg status``, you can have them
116116
brought back by reverting your source tree: ``hg update -C``).
117117

118+
Cleanup
119+
~~~~~~~
120+
121+
After finishing the bootstrap process, ``bootstrap.py`` can be removed.
122+
123+
.. code-block:: shell
124+
125+
rm c:/mozilla-source/bootstrap.py
126+
118127
3. Build
119128
--------
120129

121130
Now that your system is bootstrapped, you should be able to build!
122131

123132
.. code-block:: shell
124133
125-
rm bootstrap.py
126134
cd mozilla-unified
127135
./mach build
128136
./mach run

0 commit comments

Comments
 (0)