Re: two buildworld problems

From: Roman Divacky <rdivacky_at_FreeBSD.org>
Date: Mon, 14 Jun 2010 12:05:00 +0200
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/*)
Received on Mon Jun 14 2010 - 08:08:54 UTC

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