Skip to content

Commit

Permalink
doc: Updating CMake build type build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohren committed Dec 17, 2015
1 parent 3c76637 commit d472094
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/build_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Build Stages
============== ============ ==================================================
``mkdir`` | Create package build space if it doesn't exist.
---------------------------- --------------------------------------------------
``envgen`` | Generate environment setup file for building.
``buildenvgen`` | Generate environment setup file for building.
---------------------------- --------------------------------------------------
``cmake`` ``check`` | Run CMake configure step **once** for the
| first build and the ``cmake_check_build_system``
Expand All @@ -48,6 +48,12 @@ Build Stages
---------------------------- --------------------------------------------------
``install`` `optional` | Run the ``install`` target after building.
| This is only done with the ``--install`` option.
---------------------------- --------------------------------------------------
``setupgen`` | Generate a ``setup.sh`` file to "source" the \
| result space.
---------------------------- --------------------------------------------------
``envgen`` | Generate an ``env.sh`` file for loading the \
| result space's environment.
============================ ==================================================

CMake
Expand Down

0 comments on commit d472094

Please sign in to comment.