On 5/2/2013 12:00 AM, Andrey Chernov wrote:
> On 01.05.2013 2:13, Brooks Davis wrote:
>> +Due to the use of the new -l option to install(1) during build
>> +and install, you must take care not to directly set the INSTALL
>> +make variable in your /etc/make.conf, /etc/src.conf, or on the
On 02.05.2013 9:09, Andrey Chernov wrote:
> On 01.05.2013 2:13, Brooks Davis wrote:
>> +#
>> +# install(1) parameters.
>> +#
>> +HRDLINK?= -l h
>> +SYMLINK?= -l s
>
> It is error, there must be no space or "-" sign.
Sorry my mistake. All right.
--
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N
On 01.05.2013 2:13, Brooks Davis wrote:
> +#
> +# install(1) parameters.
> +#
> +HRDLINK?=-l h
> +SYMLINK?=-l s
It is error, there must be no space or "-" sign.
--
bitcoin:13fGiNutKNHcVSsgtGQ7bQ5kgUKgEQHn7N
___
svn-src-stable-9@freebsd.org mail
On 01.05.2013 2:13, Brooks Davis wrote:
> + Due to the use of the new -l option to install(1) during build
> + and install, you must take care not to directly set the INSTALL
> + make variable in your /etc/make.conf, /etc/src.conf, or on the
> + command line. If you with to use the
Author: brooks
Date: Tue Apr 30 22:13:55 2013
New Revision: 250121
URL: http://svnweb.freebsd.org/changeset/base/250121
Log:
MFC r245752,246913,247162,250119
Replace all known uses of ln in the build process with appropriate
install -l invocations via new INSTALL_LINK and INSTALL_SYMLINK