Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2003 13:19:41 +0100
From:      Claude Buisson <cbuisson@nerim.net>
To:        Stijn Hoop <stijn@win.tue.nl>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make release without a lot of the base system
Message-ID:  <3E82EC5D.8FFA5273@nerim.net>
References:  <20030327111440.GJ93053@pcwin002.win.tue.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Stijn Hoop wrote:
> 
> Hi,
> 
> I'm trying to make a release of RELENG_4 that doesn't include a lot of options
> from the base system. I have this in the chroot environment's /etc/make.conf:


<snip>

> Second, I have tried adding MAKE_KERBEROS4=no to make.conf but that doesn't
> appear to make a difference. What's the correct option in /etc/make.conf to
> skip building kerberos 4 and 5?
> 

The solution is not in the make.conf, but:

make release BUILDNAME=... NOKERBEROS=true

Or define NOKERBEROS in src/release/Makefile.


> --Stijn
> 

Claude Buisson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E82EC5D.8FFA5273>