Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-27 Thread Daniel O'Connor
On 28/09/2011, at 13:53, Arnaud Lacombe wrote: > https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd > > This patch adds a KODIR_SYMBOLS variables which is to the kernel and > modules .symbols files what the KODIR variable is to the kernel and > modules files. By d

Re: my git development snapshot(s)

2011-09-27 Thread Arnaud Lacombe
Hi, On Sun, Sep 18, 2011 at 5:14 AM, Andriy Gapon wrote: > > Just decided to follow the global trends and trying to throw all of my > local/private changes at you in hope that the "crowd-sourcing magic" might > somehow happen :-)  This seems definitely easier than carefully producing the > patch

Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2]

2011-09-27 Thread Arnaud Lacombe
Hi, [Moving the discussion on -hackers@] On Tue, Sep 27, 2011 at 6:02 PM, Arnaud Lacombe wrote: > Hi, > > On Tue, Sep 27, 2011 at 5:01 PM, Peter Jeremy wrote: >> On 2011-Sep-26 19:48:23 -0400, Benjamin Kaduk wrote: >>>On Mon, 26 Sep 2011, Arnaud Lacombe wrote: The problem with /boot on a

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread Chris Rees
On 27 September 2011 17:23, wrote: > - Original Message - > From: Chris Rees > To: rank1see...@gmail.com > Cc: h h , hack...@freebsd.org > Date: Tue, 27 Sep 2011 17:16:57 +0100 > Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used > >> On 27 Sep 2011 12:24, wrote:

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread Chris Rees
On 27 Sep 2011 12:24, wrote: > > - Original Message - > From: h h > To: rank1see...@gmail.com > Cc: hack...@freebsd.org > Date: Tue, 27 Sep 2011 10:03:08 + > Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used > > > rank1see...@gmail.com writes: > > > > > cd /us

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread rank1seeker
- Original Message - From: Chris Rees To: rank1see...@gmail.com Cc: h h , hack...@freebsd.org Date: Tue, 27 Sep 2011 17:16:57 +0100 Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used > On 27 Sep 2011 12:24, wrote: > > > > - Original Message - > > From: h h

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread Garrett Cooper
On Sep 27, 2011, at 2:31 AM, rank1see...@gmail.com wrote: > cd /usr/src > > This works: > -- > # echo 'CPUTYPE?=core2 > CFLAGS+=-march=native > NO_CPU_CFLAGS=yes > COPTFLAGS+=-march=native > NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE > -- > > This DOESN'T: > -- >

Upon crosscompile, set optimizations for target arch, breaks compilation

2011-09-27 Thread rank1seeker
8.2 RELEASE On 32bit (i386) machine(CPU: athlonxp) I crosssompile for 64bit (amd64) machine(CPU: core2duo) and it works. But when I set optimization in make.conf: -- CPUTYPE?=core2 CFLAGS+=-march=native NO_CPU_CFLAGS=yes COPTFLAGS+=-march=native NO_CPU_COPTFLAGS=yes -- Results in make's vars set

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread rank1seeker
- Original Message - From: h h To: rank1see...@gmail.com Cc: hack...@freebsd.org Date: Tue, 27 Sep 2011 10:03:08 + Subject: Re: /usr/src -> make doesn't recognize target when '-f -' is used > rank1see...@gmail.com writes: > > > cd /usr/src > > > > This works: > > -- > > # echo 'CPUTY

Re: /usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread h h
rank1see...@gmail.com writes: > cd /usr/src > > This works: > -- > # echo 'CPUTYPE?=core2 > CFLAGS+=-march=native > NO_CPU_CFLAGS=yes > COPTFLAGS+=-march=native > NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE > -- [...] No, it doesn't. Try using a variable not provid

/usr/src -> make doesn't recognize target when '-f -' is used

2011-09-27 Thread rank1seeker
cd /usr/src This works: -- # echo 'CPUTYPE?=core2 CFLAGS+=-march=native NO_CPU_CFLAGS=yes COPTFLAGS+=-march=native NO_CPU_COPTFLAGS=yes' | /usr/bin/make __MAKE_CONF=/dev/null -f - -V CPUTYPE -- This DOESN'T: -- # echo 'CPUTYPE?=core2 CFLAGS+=-march=native NO_CPU_CFLAGS=yes COPTFLAGS+=-march=nativ