summaryrefslogtreecommitdiff
path: root/lib/spack/docs/config_yaml.rst
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-09-01 20:07:48 -0500
committerGitHub <noreply@github.com>2020-09-01 18:07:48 -0700
commit17f7b237833445b48918a2cb903935c8f565e4d7 (patch)
treea0bbad62138569477dcae6e84f4576602839b6fd /lib/spack/docs/config_yaml.rst
parentae3f3887a65e4e9e90f279d24cc35263ab1e729a (diff)
downloadspack-17f7b237833445b48918a2cb903935c8f565e4d7.tar.gz
spack-17f7b237833445b48918a2cb903935c8f565e4d7.tar.bz2
spack-17f7b237833445b48918a2cb903935c8f565e4d7.tar.xz
spack-17f7b237833445b48918a2cb903935c8f565e4d7.zip
Deprecate spack setup (#18240)
Diffstat (limited to 'lib/spack/docs/config_yaml.rst')
-rw-r--r--lib/spack/docs/config_yaml.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/config_yaml.rst b/lib/spack/docs/config_yaml.rst
index 865845b274..bcb41527a9 100644
--- a/lib/spack/docs/config_yaml.rst
+++ b/lib/spack/docs/config_yaml.rst
@@ -99,7 +99,7 @@ username is not already in the path, Spack will append the value of ``$user`` to
the selected ``build_stage`` path.
.. warning:: We highly recommend specifying ``build_stage`` paths that
- distinguish between staging and other activities to ensure
+ distinguish between staging and other activities to ensure
``spack clean`` does not inadvertently remove unrelated files.
Spack prepends ``spack-stage-`` to temporary staging directory names to
reduce this risk. Using a combination of ``spack`` and or ``stage`` in
@@ -223,7 +223,7 @@ To build all software in serial, set ``build_jobs`` to 1.
--------------------
When set to ``true`` Spack will use ccache to cache compiles. This is
-useful specifically in two cases: (1) when using ``spack setup``, and (2)
+useful specifically in two cases: (1) when using ``spack dev-build``, and (2)
when building the same package with many different variants. The default is
``false``.