Re: two buildworld problems

From: Alexander Best <alexbestms_at_uni-muenster.de>
Date: Tue, 15 Jun 2010 00:24:53 +0200
2010/6/14 Dag-Erling Smørgrav <des_at_des.no>:
> Alexander Best <alexbestms_at_uni-muenster.de> 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 - des_at_des.no
>



-- 
Alexander Best
Received on Mon Jun 14 2010 - 20:24:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:04 UTC