svn commit: r363088 - head/usr.bin/xinstall/tests

Eugene Grosbein eugen at freebsd.org
Sat Jul 11 01:07:46 UTC 2020


11.07.2020 6:34, Enji Cooper wrote:

>> On Jul 10, 2020, at 3:59 PM, Eugene Grosbein <eugen at FreeBSD.org> wrote:
>>
>> Author: eugen
>> Date: Fri Jul 10 22:59:26 2020
>> New Revision: 363088
>> URL: https://svnweb.freebsd.org/changeset/base/363088
>>
>> Log:
>>  Fix the tests for install(1): add support for STRIPBIN's -o option.
> 
> 	Is this feature now completely gone? Are binaries being stripped properly in ports, etc?
> Thanks,
> -Enji
> 
>>From install(1) on a host running r362553:
> 
> ENVIRONMENT
>      The install utility checks for the presence of the STRIPBIN environment
>      variable and if present, uses the assigned value as the program to run if
>      and when the -s option has been specified.

Nothing changed at all for install(1) called without -s option.

With this option supplied, install(1) uses "strip -o dst src" instead of making another temporary copy
and falls back to previous behaviour if strip/STRIPBIN does not support -o.

Please take a look at https://reviews.freebsd.org/D25551 for details.



More information about the svn-src-head mailing list