Commit dfcb2dfc authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

doc: application: trivial fixups to "Rebuild an Application"



Make clear that a terminal is being used, and use a Sphinx :ref:
instead of a reST link.

Signed-off-by: default avatarMarti Bolivar <marti@opensourcefoundries.com>
parent 1b9b2884
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -663,7 +663,8 @@ the build system to rebuild the entire application from scratch with the
following procedure:


#. Navigate to the build directory :file:`~/app/build`.
#. Open a terminal console on your host computer, and navigate to the
   build directory :file:`~/app/build`.

#. Enter the following command to delete the application's generated
   files, except for the :file:`.config` file that contains the
@@ -683,7 +684,7 @@ following procedure:
       $ ninja pristine

#. Rebuild the application normally following the steps specified
   in `Build an Application`_ above.
   in :ref:`build_an_application` above.

.. _application_run: