two buildworld problems

Roman Divacky rdivacky at FreeBSD.org
Mon Jun 14 10:08:54 UTC 2010


On Sun, Jun 13, 2010 at 10:28:23PM +0200, Alexander Best wrote:
> hi there. i'm experiencing two problems during buildworld. i'm not
> sure if these are the result of me doing weird stuff or a problem in
> the src structure:
> 
> 1. i have the following 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

you may want to reverse the condition, ie.

.if !empty(.CURDIR:M/usr/ports/*)


More information about the freebsd-current mailing list