aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-09-17 11:13:36 -0400
committerBrian Evans <grknight@gentoo.org>2018-10-24 08:56:37 -0400
commit7cb1e1f8abbf1db100e3685cd9d1093c2a788a03 (patch)
tree80f11a8b750021acfe5077600bf2961794493a91 /function-reference
parentUpdate message-functions for EAPI=7 (diff)
downloaddevmanual-7cb1e1f8abbf1db100e3685cd9d1093c2a788a03.tar.gz
devmanual-7cb1e1f8abbf1db100e3685cd9d1093c2a788a03.tar.bz2
devmanual-7cb1e1f8abbf1db100e3685cd9d1093c2a788a03.zip
install-functions: Update domo and add dostrip for EAPI=7
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'function-reference')
-rw-r--r--function-reference/install-functions/text.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 1134164..24552a7 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -242,7 +242,8 @@ the first is the source name, the second the name to use when installing.
<c>domo</c>
</ti>
<ti>
- Install a Gettext <c>.mo</c> file
+ Install a Gettext <c>.mo</c> file<br>
+ (EAPI=7) No longer looks at the value of <c>into</c>
</ti>
</tr>
<tr>
@@ -387,6 +388,17 @@ the first is the source name, the second the name to use when installing.
Install an <c>sbin</c> file using the second argument as the name
</ti>
</tr>
+ <tr>
+ <ti>
+ <c>dostrip</c>
+ </ti>
+ <ti>
+ Introduced with EAPI=7, controls the stripping of executables.
+ Normally executed to exclude from stripping.
+ Eg. <c>dostrip -x /path/to/important.so</c>. May also be used to include binaries
+ to strip when <c>RESTRICT=strip</c> without the -x option.
+ </ti>
+ </tr>
</table>
</body>