From 238583ce0bc5c482f524649604d0ebb2ccafa6c0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 4 Sep 2018 20:20:10 -0300 Subject: [PATCH] Manual.md: reword skiprdeps to be more like other variables that take a list. --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 18444ab53a0..90be11019a2 100644 --- a/Manual.md +++ b/Manual.md @@ -532,7 +532,7 @@ sonames in shared libraries. their reverse dependencies. You need to specify all dependencies in the `depends` when you need to set this. -- `skiprdeps` If set, contains the list of filenames specified by their absolute path in +- `skiprdeps` White space separated list of filenames specified by their absolute path in the `$DESTDIR` which will not be scanned for runtime dependencies. This may be useful to skip files which are not meant to be run or loaded on the host but are to be sent to some target device or emulation.