summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-13 14:25:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-16 16:27:04 +0200
commitde79ed905942d4362451ea2ec3e16bf2c37aa106 (patch)
tree94f82f79a2af466a56446e4065160de239835e3f /doc
parentdb328b77629edbccbf47ff59241905b1d60bc0ae (diff)
downloadptxdist-de79ed905942d4362451ea2ec3e16bf2c37aa106.tar.gz
ptxdist-de79ed905942d4362451ea2ec3e16bf2c37aa106.tar.xz
ptxd_make_world_prepare_init: allow keeping the build tree during prepare for oot packages
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_make_variables.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ref_make_variables.inc b/doc/ref_make_variables.inc
index e9a5c5a13..08854c7db 100644
--- a/doc/ref_make_variables.inc
+++ b/doc/ref_make_variables.inc
@@ -265,6 +265,11 @@ of the corresponding target package if it exists.
This is especially useful for ``file://`` URLS that point to directories to
keep the source tree free of build files.
+ ``KEEP`` can be used instead of ``YES``. In this case the build tree is
+ not deleted at the beginning of the prepare stage. This make
+ reconfiguration faster. This should only be used for packages that can
+ handle configuration changes correctly and rebuild everything as needed.
+
``<PKG>_SUBDIR``
This is a directory relative to ``<PKG>_DIR``. If set, all build
operations are executed in this directory instead. By default