summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-05-22 12:18:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 11:03:04 +0200
commite3b5d696ff6fb6741e168a43f549b268da0d19e7 (patch)
tree6e588e3d7972ea5ac5ec49076541d9c28199eb75 /doc
parentcbbe3a70f4829d4c88f1570208a7db7b425587e1 (diff)
downloadptxdist-e3b5d696ff6fb6741e168a43f549b268da0d19e7.tar.gz
ptxdist-e3b5d696ff6fb6741e168a43f549b268da0d19e7.tar.xz
ptxdist: introduce the "clean target" subcommand
Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_parameter.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ref_parameter.inc b/doc/ref_parameter.inc
index 0b11563c9..4aecb0471 100644
--- a/doc/ref_parameter.inc
+++ b/doc/ref_parameter.inc
@@ -162,6 +162,12 @@ Clean Actions
The ``clean root`` and ``go`` action is useful if the
*targetinstall* stage for all packages should run again.
+``clean target``
+ this action will call the ``clean`` action for each target package,
+ and also clean the root file system afterwards.
+ This can be useful if you want to rebuild the target file system from
+ scratch, without throwing away the already built host and cross packages.
+
``clean <package>``
this action will only clean the dedicated
<package>. It will remove its build directory and all installed files