Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jul 2020 08:07:23 +0700
From:      Eugene Grosbein <eugen@freebsd.org>
To:        Enji Cooper <yaneurabeya@gmail.com>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r363088 - head/usr.bin/xinstall/tests
Message-ID:  <8ac0c5b6-1045-75a2-b7ff-ea7b76780cf0@freebsd.org>
In-Reply-To: <54EAE812-6AAA-4882-B18E-75ED4FBB6628@gmail.com>
References:  <202007102259.06AMxQxA013750@repo.freebsd.org> <54EAE812-6AAA-4882-B18E-75ED4FBB6628@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
11.07.2020 6:34, Enji Cooper wrote:

>> On Jul 10, 2020, at 3:59 PM, Eugene Grosbein <eugen@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8ac0c5b6-1045-75a2-b7ff-ea7b76780cf0>