On May 20, 2015, at 10:43, Craig Rodrigues wrote:
> On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon wrote:
> >>
> >> lib/libproc__L: \
> >> -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
> >> +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
>
> Sho
On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon wrote:
> >>
> >> lib/libproc__L: \
> >> -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L
> >> +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L
>
> Should the above perhaps be ${_cddl_lib_libctf}__L? But
On 20/05/2015 20:01, Andriy Gapon wrote:
> On 20/05/2015 16:04, Garrett Cooper wrote:
>> Author: ngie
>> Date: Wed May 20 13:04:00 2015
>> New Revision: 283151
>> URL: https://svnweb.freebsd.org/changeset/base/283151
>>
>> Log:
>> cddl/lib/libctf isn't always a requirement for lib/libproc; its us
On Wed, 2015-05-20 at 20:01 +0300, Andriy Gapon wrote:
> On 20/05/2015 16:04, Garrett Cooper wrote:
> > Author: ngie
> > Date: Wed May 20 13:04:00 2015
> > New Revision: 283151
> > URL: https://svnweb.freebsd.org/changeset/base/283151
> >
> > Log:
> > cddl/lib/libctf isn't always a requirement f
On 20/05/2015 16:04, Garrett Cooper wrote:
> Author: ngie
> Date: Wed May 20 13:04:00 2015
> New Revision: 283151
> URL: https://svnweb.freebsd.org/changeset/base/283151
>
> Log:
> cddl/lib/libctf isn't always a requirement for lib/libproc; its use is
> dependent
> on MK_CTF != "no". Use the
Author: ngie
Date: Wed May 20 13:04:00 2015
New Revision: 283151
URL: https://svnweb.freebsd.org/changeset/base/283151
Log:
cddl/lib/libctf isn't always a requirement for lib/libproc; its use is
dependent
on MK_CTF != "no". Use the other divined value instead of reinventing the
wheel
Modifi