Re: ctfconvert dependency...

2010-03-11 Thread Marius Nünnerich
2010/3/11 "C. Bergström" : > Shrikanth Kamath wrote: >> >> Just trying to understand the build dependency for ctfconvert... >> >> I see ctfconvert (cddl/usr.bin/ctfconvert/)  has dependency on libctf.a >> (cddl/lib/libctf/) >> >> Now the snippet in bsd.lib.mk has this check for various target suffi

Re: ctfconvert dependency...

2010-03-11 Thread Marius Nünnerich
2010/3/11 "C. Bergström" : > Marius Nünnerich wrote: >> >> 2010/3/11 "C. Bergström" : >> >>> >>> Shrikanth Kamath wrote: >>> Just trying to understand the build dependency for ctfconvert... I see ctfconvert (cddl/usr.bin/ctfconvert/)  has dependency on libctf.a (cddl/lib/li

Re: ctfconvert dependency...

2010-03-11 Thread Marius Nünnerich
On Thu, Mar 11, 2010 at 10:26, Shrikanth Kamath wrote: > Any idea if ctfconvert is needed to run on the cddl and sys/cddl files? My > understanding here is ctfconvert > needs to build the ctfdata for the kernel image and the kernel loadable > modules. If we were to DTrace 'DTrace' then > we need t

Re: ctfconvert dependency...

2010-03-11 Thread Shrikanth Kamath
This DTrace wiki page mandates the CTF option when enabling DTrace, http://wiki.freebsd.org/DTrace#head-41e7ce9a981893f126bd67c0eb77f388e2213d9d 2010/3/11 "C. Bergström" > Marius Nünnerich wrote: > >> 2010/3/11 "C. Bergström" : >> >> >>> Shrikanth Kamath wrote: >>> >>> Just trying to under

Re: ctfconvert dependency...

2010-03-11 Thread C. Bergström
Marius Nünnerich wrote: 2010/3/11 "C. Bergström" : Shrikanth Kamath wrote: Just trying to understand the build dependency for ctfconvert... I see ctfconvert (cddl/usr.bin/ctfconvert/) has dependency on libctf.a (cddl/lib/libctf/) Now the snippet in bsd.lib.mk has this check for vario

Re: ctfconvert dependency...

2010-03-11 Thread Shrikanth Kamath
Any idea if ctfconvert is needed to run on the cddl and sys/cddl files? My understanding here is ctfconvert needs to build the ctfdata for the kernel image and the kernel loadable modules. If we were to DTrace 'DTrace' then we need the ctfdata for the files under cddl/ and sys/cddl, is that correct

Re: ctfconvert dependency...

2010-03-11 Thread C. Bergström
Shrikanth Kamath wrote: Just trying to understand the build dependency for ctfconvert... I see ctfconvert (cddl/usr.bin/ctfconvert/) has dependency on libctf.a (cddl/lib/libctf/) Now the snippet in bsd.lib.mk has this check for various target suffixes, .c.So: .if defined(CTFCONVERT) $

ctfconvert dependency...

2010-03-10 Thread Shrikanth Kamath
Just trying to understand the build dependency for ctfconvert... I see ctfconvert (cddl/usr.bin/ctfconvert/) has dependency on libctf.a (cddl/lib/libctf/) Now the snippet in bsd.lib.mk has this check for various target suffixes, .c.So: .if defined(CTFCONVERT) ${CTFCONVERT} ${CTFFLAGS} $