summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-29 14:18:47 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-01 08:22:27 +0200
commitd5e85b40e5de02282a6090ad96e4acaf97b3fb4b (patch)
treee1a03b26474b778df6005d76b0e9a56b57367ed7
parentff6011743a960ed9c3cfda00ae64efe810c52756 (diff)
downloadptxdist-d5e85b40e5de02282a6090ad96e4acaf97b3fb4b.tar.gz
ptxdist-d5e85b40e5de02282a6090ad96e4acaf97b3fb4b.tar.xz
doc: <PKG>_MAKE_ENV is empty by default
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--doc/ref_manual.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index d7e031bca..68fb1ddad 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -1138,10 +1138,9 @@ If the *compile* stage is omitted, PTXdist runs instead:
$(MAKE) $(@package@_MAKE_OPT) $(@package@_MAKE_PAR)
@$(call touch)
-If the ``@package@_MAKE_ENV`` is not defined, it defaults to
-``$(CROSS_ENV)``. If some additional variables should be added to the
-``@package@_MAKE_ENV``, always begin with the ``$(CROSS_ENV)`` and then
-add the additional variables.
+If some additional variables should be added to the ``@package@_MAKE_ENV``,
+always begin with the ``$(CROSS_ENV)`` and then add the additional
+variables.
If the ``@package@_MAKE_OPT`` is intended for additional parameters to
be forwarded to ``make`` or to overwrite some settings from the