From owner-freebsd-current Mon Apr 7 14:47:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15702 for current-outgoing; Mon, 7 Apr 1997 14:47:46 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA15696 for ; Mon, 7 Apr 1997 14:47:43 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id PAA11559; Mon, 7 Apr 1997 15:47:31 -0600 (MDT) Date: Mon, 7 Apr 1997 15:47:31 -0600 (MDT) Message-Id: <199704072147.PAA11559@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Chuck Robey Cc: FreeBSD current Subject: Re: make world In-Reply-To: References: X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > You know, there are several things installed by a make world that I > *really* wish I could condition out via a make veriable: Then copy gnu/usr.bin/Makefile to gnu/usr.bin/makefile, and comment them out. :) There is such a thing as being 'too flexible', because it introduces too much complexity for those that don't understand the system. Nate