From owner-freebsd-current Sat Jun 15 06:07:36 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA24089 for current-outgoing; Sat, 15 Jun 1996 06:07:36 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id GAA24083; Sat, 15 Jun 1996 06:07:34 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id IAA21718; Sat, 15 Jun 1996 08:07:02 -0500 From: Joe Greco Message-Id: <199606151307.IAA21718@brasil.moneng.mei.com> Subject: Re: Sigh. make world isn't as good as it should be To: gpalmer@FreeBSD.ORG (Gary Palmer) Date: Sat, 15 Jun 1996 08:07:02 -0500 (CDT) Cc: current@FreeBSD.ORG In-Reply-To: <13816.834824502@palmer.demon.co.uk> from "Gary Palmer" at Jun 15, 96 08:41:42 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > make world >SHOULD< work, even if you just have the bindist installed > ... Assuming you have a fully populated /usr/share/dict too is bogus. > > Adding src/gnu/usr.bin/groff/indxbib to the build-tools target is > against recent trends (in reducing make world times) but I think it > should be done... comments? Personal opinion: every half a year or so I try to make world on a box that doesn't have quite enough space for one reason or other (generally I let /usr/obj get put under the /usr partition) and so I get "clever" and go mv or rm a bunch of stuff like /usr/share/dict and /usr/share/man expecting everything to continue working.. this sort of unexpected behaviour bites, the world being buildable should have as little to do with the current box's environment as possible. Realizing that nobody is going to make this their continuing mission in life, I've grown to live with it, but I still think it bites. :-) ... JG