summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2019-04-04 18:42:12 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-05 16:29:46 +0200
commit5cf9e9b5ba542ef5109a9985809654cc6984945a (patch)
tree057af2bc26d4da4a4dd7bb60b5dae27223a84fcb /doc
parente6c26f5c6ca23dd2841fe477ecb6b3e5517638b2 (diff)
downloadptxdist-5cf9e9b5ba542ef5109a9985809654cc6984945a.tar.gz
ptxdist-5cf9e9b5ba542ef5109a9985809654cc6984945a.tar.xz
doc: ref_make_macros: install_tree knows a "strip" parameter too
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_make_macros.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ref_make_macros.inc b/doc/ref_make_macros.inc
index 101f53c8d..6629726ec 100644
--- a/doc/ref_make_macros.inc
+++ b/doc/ref_make_macros.inc
@@ -133,6 +133,8 @@ For ``install`` the package directory is deleted.
When ``--verbose`` is used then the full command is logged. With
``--quiet`` both stdout and stderr are redirected to the logfile.
+.. _install_copy,reference:
+
install_copy
~~~~~~~~~~~~~
@@ -242,7 +244,7 @@ Usage:
.. code-block:: make
- $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination dir>)
+ $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination dir>, <strip>])
Installs the whole directory tree with all files from the given directory into:
@@ -264,6 +266,8 @@ Some of the parameters have fixed meanings:
be ``-`` to use the package directory of the current package instead
**<destination dir>**
The basename of the to-be-installed tree in the root filesystem
+**<strip>**
+ same as for :ref:`install_copy,reference`.
Note: This installation macro