RE: -DNOPROFILE with make buildworld...

2005-06-22 Thread Harrison Peter CSA BIRKENHEAD
-Original Message- From: Roland Smith [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 19:07 To: Harrison Peter CSA BIRKENHEAD Cc: freebsd-questions@freebsd.org Subject: Re: -DNOPROFILE with make buildworld... On Tue, Jun 21, 2005 at 01:49:06PM +0100, Harrison Peter CSA BIRKENHEAD

RE: -DNOPROFILE with make buildworld...

2005-06-22 Thread Harrison Peter CSA BIRKENHEAD
-Original Message- From: Chuck Swiger [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 19:25 To: Roland Smith Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org Subject: Re: -DNOPROFILE with make buildworld... [snip] Normally, you don't use the profiled versions

Re: -DNOPROFILE with make buildworld...

2005-06-22 Thread Erik Trulsson
with make buildworld... [snip] Normally, you don't use the profiled versions of libraries unless you are running a binary which links against them. If you are running a binary which has not been compiled with profiling, the toolchain will link it against normal versions

RE: -DNOPROFILE with make buildworld...

2005-06-22 Thread Harrison Peter CSA BIRKENHEAD
-Original Message- From: Erik Trulsson [mailto:[EMAIL PROTECTED] Sent: 22 June 2005 10:11 To: Harrison Peter CSA BIRKENHEAD Cc: Chuck Swiger; freebsd-questions@freebsd.org Subject: Re: -DNOPROFILE with make buildworld... [snip] Most of the apps I'm running have been compiled from

-DNOPROFILE with make buildworld...

2005-06-21 Thread Harrison Peter CSA BIRKENHEAD
I'm currently running 5.3 (security patched via freebsd-update). I'm intending to update to 5.4 - and this is my first attempt at the buildworld etc. process. I've cvsup'ed my source tree, and stepping through the instructions in the handbook I note that it recommends running make buildworld

Re: -DNOPROFILE with make buildworld...

2005-06-21 Thread Roland Smith
On Tue, Jun 21, 2005 at 01:49:06PM +0100, Harrison Peter CSA BIRKENHEAD wrote: I've cvsup'ed my source tree, and stepping through the instructions in the handbook I note that it recommends running make buildworld with -DNOPROFILE (or specifying it in make.conf). I'm not clear what the impact

Re: -DNOPROFILE with make buildworld...

2005-06-21 Thread Chuck Swiger
Roland Smith wrote: On Tue, Jun 21, 2005 at 01:49:06PM +0100, Harrison Peter CSA BIRKENHEAD wrote: I've cvsup'ed my source tree, and stepping through the instructions in the handbook I note that it recommends running make buildworld with -DNOPROFILE (or specifying it in make.conf). I'm