Merge pull request #38057 from zdover23/wip-doc-dev-guide-essentials-source-clean-update

doc/dev: update essentials.rst

Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Neha Ojha 2020-11-13 09:42:20 -08:00 committed by GitHub
commit a0e1a8f173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,9 +182,9 @@ Cleaning the Source Tree
make clean
.. note:: The following command will nuke everything in the source tree that
isn't tracked by git, so make sure to backup any log files or conf
options.
.. note:: The following commands will remove everything in the source tree
that isn't tracked by git. Make sure to back up your log files
and configuration options before running these commands.
.. prompt:: bash $
@ -222,7 +222,7 @@ configuration file ``ccache.conf``::
Now, set the environment variable ``SOURCE_DATE_EPOCH`` to a fixed value (a
UNIX timestamp) and set ``ENABLE_GIT_VERSION`` to ``OFF`` when running
``cmake``
``cmake``:
.. prompt:: bash $