From owner-freebsd-stable Fri Mar 8 10: 0:41 2002 Delivered-To: freebsd-stable@freebsd.org Received: from fafoe.dyndns.org (chello212186121237.14.vie.surfer.at [212.186.121.237]) by hub.freebsd.org (Postfix) with ESMTP id 7598237B400 for ; Fri, 8 Mar 2002 10:00:33 -0800 (PST) Received: by stefan.fafoe (Postfix, from userid 1001) id ECAEDEA26; Fri, 8 Mar 2002 18:59:38 +0100 (CET) Date: Fri, 8 Mar 2002 18:59:38 +0100 From: Stefan Farfeleder To: D J Hawkey Jr Cc: stable at FreeBSD Subject: Re: My first world build and install Message-ID: <20020308175938.GD271@stefan.fafoe> References: <20020307205848.A1191@sheol.localdomain> <20020308155441.GC271@stefan.fafoe> <20020308104457.A2368@sheol.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020308104457.A2368@sheol.localdomain> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Mar 08, 2002 at 10:44:57AM -0600, D J Hawkey Jr wrote: [...kerberos built on RELEASE but MAKE_KERBEROS[45] not enabled in make.conf...] > I thought I might get bitten by something like this. The Handbook was rather > vague, and I (wrongly? badly?) assumed that the "positive" defines in that > file were defaulted to "true" or "yes", or were otherwise set up to build and > install a system identical to a -RELEASE distribution. AIUI everything is undefined by default, so everything that starts with NO will get built, the rest won't (like COMPAT*). > Per Chapter 19 of the Handbook, after adding those defines to /etc/make.conf, > am I able to build and install the Kerberos-related stuff with > cd /usr/src/kerberosIV; make all install > and > cd /usr/src/kerberos5; make all install > or are there dependancies in these trees - or dependancies _on_ these - that > dictate I build the whole world [again]? At least cvs does include Kerberos4 support if MAKE_KERBEROS4 is defined, and I think telnet gets built differently too. > What other defines are required for a "-RELEASE distribution build"? Anyone? > If I must re-rebuild the world, I want to get it right this time. I've never done a 'make release', but I think you'll have to find those in src/release/Makefile. Stefan Farfeleder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message