2010/6/14 Dag-Erling Smørgrav <[email protected]>:
> Alexander Best <[email protected]> writes:
>> .if empty(.CURDIR:M/usr/src/*) && empty(.CURDIR:M/usr/obj/*) &&
>> exists(/usr/local/bin/gcc44)
>> CC = gcc44
>> CXX = g++44
>> CPP = cpp44
>> .endif
>
> What happens when .CURDIR = /usr/src?

i'm now using

.if !target(buildworld) && !target(buildkernel) && exists(/usr/local/bin/gcc44)
CC = /usr/local/bin/gcc44
CXX = /usr/local/bin/g++44
CPP = /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ørgrav - [email protected]
>



-- 
Alexander Best
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to