'buildworld' not always pulling in /etc/src.conf

Alexander Best alexbestms at uni-muenster.de
Sat Jun 5 09:55:13 UTC 2010


[snip]

right now i have this in my make.conf:

.if empty(.CURDIR:M/usr/src/*) && empty(.CURDIR:M/usr/obj/*) &&
exists(/usr/local/bin/gcc44)
CC = gcc44
CXX = g++44
CPP = cpp44
.endif

which works quite well. everything except code in /usr/src and
/usr/obj now gets built with gcc44.

[snip]


-- 
Alexander Best


More information about the freebsd-current mailing list