Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2025 12:28:20 -0500
From:      Kyle Evans <kevans@FreeBSD.org>
To:        Rick Macklem <rick.macklem@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: RFC: building with non-default options on universe machines?
Message-ID:  <1a9016f0-854c-4038-93d8-c4c418bb5b8e@FreeBSD.org>
In-Reply-To: <CAM5tNy4aS4OXAPmogq0hWBeUnSuF%2BdU12vm7eV8VQ6q1Y7HHkA@mail.gmail.com>

index | next in thread | previous in thread | raw e-mail

On 9/9/25 11:54, Rick Macklem wrote:
> Hi,
> 
> This is a really dump question, but since I've tried a
> few times without success, I figured I'd ask..
> 
> I need to do a "make buildworld" with WITHOUT_MITKRB5="yes"
> set. I'd like to do it on one of the unverse machines, but I cannot
> get it to work.
> 
> I put WITHOUT_MITKRB5="yes" in a file and tried both
> SRCCONF=../src.conf and __MAKE_CONF=../src.conf.
> They both would fail at some point, because other things
> that depend on the setting would fail.
> 
> So, does anyone know what the trick is?
> 

Is ".." literal or a placeholder?  We probably don't resolve those to an
absolute path for later parts of the build, so you probably want to do that
up-front if you hadn't tried that yet -- MK_* knobs may be processed in some
or many contexts where cwd isn't the root of the src tree.

Thanks,

Kyle Evans


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1a9016f0-854c-4038-93d8-c4c418bb5b8e>