Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 12:05:00 +0200
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Alexander Best <alexbestms@uni-muenster.de>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: two buildworld problems
Message-ID:  <20100614100500.GA35142@freebsd.org>
In-Reply-To: <AANLkTinchxOQRJ8qsfS1VDcnALSi1L06dl8W4GMSj20b@mail.gmail.com>
References:  <AANLkTinchxOQRJ8qsfS1VDcnALSi1L06dl8W4GMSj20b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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/*)



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