summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-07-17 15:51:06 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-23 09:15:31 +0200
commit764a273cfcaba49eef93d6a20b01299d72df4dd9 (patch)
treef8fa439093263b4eba3e97bd4a5f95dd11a6d0ce /doc
parent22364dfaa5ee84b34c30e47176f85f5fb7709d02 (diff)
downloadptxdist-764a273cfcaba49eef93d6a20b01299d72df4dd9.tar.gz
ptxdist-764a273cfcaba49eef93d6a20b01299d72df4dd9.tar.xz
doc: document which links are installed by install_lib
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/ref_manual.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index a23a657c7..56034d8e7 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -933,7 +933,11 @@ its ``<platform-dir>/packages/foo-1.0.0`` at:
* first link: ``<platform-dir>/packages/foo-1.0.0/usr/lib/libfoo1.so.0``
* second link: ``<platform-dir>/packages/foo-1.0.0/usr/lib/libfoo1.so``
-To install this library and its corresponding links, the following line does the job:
+.. note:: The second link is only needed for the linker at build-time to
+ resolve ``-lfoo1``. It is not needed at run-time so ``install_lib`` will
+ skip it.
+
+To install this library and its corresponding link, the following line does the job:
.. code-block:: make