Re: svn commit: r250121 - in stable/9: . etc share/mk

2013-05-02 Thread Bryan Drewery
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

Re: svn commit: r250121 - in stable/9: . etc share/mk

2013-05-01 Thread Andrey Chernov
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

Re: svn commit: r250121 - in stable/9: . etc share/mk

2013-05-01 Thread Andrey Chernov
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-all@freebsd.org mailing l

Re: svn commit: r250121 - in stable/9: . etc share/mk

2013-05-01 Thread Andrey Chernov
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

svn commit: r250121 - in stable/9: . etc share/mk

2013-04-30 Thread Brooks Davis
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