Bug 1632874: Update docs since mozconfig file is automatically created r=agi,geckoview-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D79002
This commit is contained in:
Mitchell Hentges 2020-06-10 01:13:13 +00:00
Родитель 82ce5c1a6e
Коммит b341f73995
1 изменённых файлов: 4 добавлений и 8 удалений

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

@ -63,14 +63,10 @@ argument to automatically accept any license agreements.
not bundled the native code into embedded libraries so you can amend not bundled the native code into embedded libraries so you can amend
the code. the code.
- Say Y to all configuration options - Say Y to all configuration options
- Once ``mach bootstrap`` is complete it will tell you to copy and - Once ``mach bootstrap`` is complete, it will automatically write
paste some configuration into your ``mozconfig`` file. The the configuration into a new ``mozconfig`` file. If you already
``mozconfig`` file can be found in the root of your ``gecko`` repo - have a ``mozconfig``, ``mach`` will instead output new configuration
or create a file called ``mozconfig`` if it does not exist. Check that you should append to your existing file.
that the correct value is associated with the ``--target`` argument
as this may not correctly match your setup. Copy the file contents
from the ``mach bootstrap`` output into your file and save in the
root directory of your project.
Build from the command line Build from the command line
--------------------------- ---------------------------