How to build profiled libraries on RELENG_7?

2008-03-09 Thread Lenar Tukhvatullin
I need profiled versions of system libraries. I put WITHOUT_PROFILE=NO in /etc/src.conf (/etc/make.conf not present) With fresh source tree (RELENG_7 cvsup'ed today) i do: make buildworld make DESTDIR=/usr/test installworld but can't find profiled libraries in /usr/test/usr/lib (libc_p.* for

Re: How to build profiled libraries on RELENG_7?

2008-03-09 Thread Jeremy Chadwick
On Sun, Mar 09, 2008 at 10:46:21PM +0300, Lenar Tukhvatullin wrote: I need profiled versions of system libraries. I put WITHOUT_PROFILE=NO in /etc/src.conf (/etc/make.conf not present) A couple things: The value you pass to WITH/WITHOUT/NO variables in src.conf(5) or make.conf(5) rarely has

Re: How to build profiled libraries on RELENG_7?

2008-03-09 Thread Dimitry Andric
On 2008-03-09 20:46, Lenar Tukhvatullin wrote: I need profiled versions of system libraries. I put WITHOUT_PROFILE=NO in /etc/src.conf (/etc/make.conf not present) This is incorrect, read src.conf(5): The values of variables are ignored regardless of their setting; even if they