Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jun 2010 00:24:53 +0200
From:      Alexander Best <alexbestms@uni-muenster.de>
To:        =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= <des@des.no>
Cc:        freebsd-current@freebsd.org
Subject:   Re: two buildworld problems
Message-ID:  <AANLkTimXtXQRMYJRuyO9FOakzqAq1w8UIQN69IcjvNzX@mail.gmail.com>
In-Reply-To: <86mxuxgwgg.fsf@ds4.des.no>
References:  <AANLkTinchxOQRJ8qsfS1VDcnALSi1L06dl8W4GMSj20b@mail.gmail.com> <86mxuxgwgg.fsf@ds4.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
2010/6/14 Dag-Erling Sm=F8rgrav <des@des.no>:
> Alexander Best <alexbestms@uni-muenster.de> writes:
>> .if empty(.CURDIR:M/usr/src/*) && empty(.CURDIR:M/usr/obj/*) &&
>> exists(/usr/local/bin/gcc44)
>> CC =3D gcc44
>> CXX =3D g++44
>> CPP =3D cpp44
>> .endif
>
> What happens when .CURDIR =3D /usr/src?

i'm now using

.if !target(buildworld) && !target(buildkernel) && exists(/usr/local/bin/gc=
c44)
CC =3D /usr/local/bin/gcc44
CXX =3D /usr/local/bin/g++44
CPP =3D /usr/local/bin/cpp44
.endif

which works quite well. right now i'm trying to solve a different
issue which i outlined in my previous posts. would be nice if somebody
could try building world with the settings i have in src.conf (see
earlier post).

cheers.
alex

>
> DES
> --
> Dag-Erling Sm=F8rgrav - des@des.no
>



--=20
Alexander Best



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTimXtXQRMYJRuyO9FOakzqAq1w8UIQN69IcjvNzX>