summaryrefslogtreecommitdiff
path: root/lib/spack/docs/build_systems/wafpackage.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/build_systems/wafpackage.rst')
-rw-r--r--lib/spack/docs/build_systems/wafpackage.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/spack/docs/build_systems/wafpackage.rst b/lib/spack/docs/build_systems/wafpackage.rst
index 1916630f4c..36fc21a772 100644
--- a/lib/spack/docs/build_systems/wafpackage.rst
+++ b/lib/spack/docs/build_systems/wafpackage.rst
@@ -47,8 +47,9 @@ Each phase provides a ``<phase>`` function that runs:
where ``<jobs>`` is the number of parallel jobs to build with. Each phase
also has a ``<phase_args>`` function that can pass arguments to this call.
-All of these functions are empty except for the ``configure_args``
-function, which passes ``--prefix=/path/to/installation/prefix``.
+All of these functions are empty. The ``configure`` phase
+automatically adds ``--prefix=/path/to/installation/prefix``, so you
+don't need to add that in the ``configure_args``.
^^^^^^^
Testing